COLOR #483B67

HEX: #483B67 RGB: (72,59,103)

Color info

#483B67 contains red, green and blue colors in about the same proportion. Web safe color of #483B67 is #333366 (or #336).

RGB color model

#483B67 color RGB value is (72,59,103).

RGB: (72,59,103) (28%, 23%, 40%)

RGB channels and saturation

R 72 of 255 = 28%
G 59 of 255 = 23%
B 103 of 255 = 40%

72
59
103

R + G + B ~ 30%. #483B67 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 59 + 103 = 234 (100%)
R 72 of 234 ~ 30.77%
G 59 of 234 ~ 25.21%
B 103 of 234 ~ 44.02'%

%30.77
%25.21
%44.02

CMYK color model

#483B67 color CMYK value is (30,43,0,60).

  • cyan value is 30.10%
  • magenta value is 42.72%
  • yellow value is 0.00%
  • key color value is 59.61%

CMYK: (30,43,0,60)
C30M43Y0K60 (30%, 43%, 0%, 60%)
(0.30 / 0.43 / 0.00 / 0.60)

CMYK percentages

%30.1
%42.72
%0
%59.61

Codes

Color #483B67 in popluar color models

48 3B 67
RGB 72 59 103
HSL 258° 27.16% 31.76%
HSB/HSV 258° 42.72% 40.39%
CMYK 30.10% 42.72% 0.00%
59.61%

Color #483B67 in popluar number systems.

HEX 48 3B 67
Decimal 72 59 103
Binary 1001000 111011 1100111
Octal 110 73 147

Shades and tints

Shades of #483B67

#483B67
(72,59,103)
#42365E
(66,54,94)
#3C3155
(60,49,85)
#362C4C
(54,44,76)
#302743
(48,39,67)
#2A223A
(42,34,58)
#241D31
(36,29,49)
#1E1828
(30,24,40)
#18131F
(24,19,31)
#120E16
(18,14,22)
#0C090D
(12,9,13)
#000000
(0,0,0)

Tints of #483B67

#483B67
(72,59,103)
#584C74
(88,76,116)
#685D81
(104,93,129)
#786E8E
(120,110,142)
#887F9B
(136,127,155)
#9890A8
(152,144,168)
#A8A1B5
(168,161,181)
#B8B2C2
(184,178,194)
#C8C3CF
(200,195,207)
#D8D4DC
(216,212,220)
#E8E5E9
(232,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483B67 color. Also use rgb(72,59,103) instead hex code.

Text Font Color

.myTextColor { color: #483B67; }

<p style="color:#483B67">This sample text font color is #483B67.</p>

This text font color is #483B67.

Background Color

.myBgColor { background-color: #483B67; }

<div style="background-color:#483B67">Inner text</div>

This div background color is #483B67.

Border color

.myBorderColor { border: 1px solid #483B67; }

<div style="border:3px solid #483B67">Div</div>

This div border color is #483B67.

Opacity

.myOpacity80 { color: #483B67; opacity: 0.8; }

<p style="color:#483B67;opacity:0.8;">80%</p>

Text with #483B67 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #483B67;}

<p style="text-shadow: 3px 3px 1px #483B67">Text here.</p>

This text has shadow with #483B67 color.


.textShadow {text-shadow: 3px 3px 1px #483B67', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #483B67, 5px 5px 20px red">Text here.</p>

This text has shadow with #483B67 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#483B67, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#483B67, Direction=45, Strength=4)">Text</p>

This text has shadow with #483B67 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #483B67;
-webkit-box-shadow: 1px 1px 3px 2px #483B67;
box-shadow: 1px 1px 3px 2px #483B67;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #483B67; -webkit-box-shadow: 1px 1px 3px 2px #483B67; box-shadow:1px 1px 3px 2px #483B67;">
Div content here
</div>

This div box has shadow with color #483B67.

Preview

Color preview on black background

This text has color #483B67 on black background.


Color preview on white background

This text has color #483B67 on white background.


Black color preview on #483B67 background

This text has black color on #483B67 background.


White color preview on #483B67 background

This text has white color on #483B67 background.


Related colors

Complementary color

Complementary color for #hex is #B7C498.


I love getcolorcode.com

Triadic colors

1 #67483B and #3B6748 with #483B67 are triadic colors.

2 #673B48 and #3B4867 with #483B67 are triadic colors.