COLOR #483C62

HEX: #483C62
RGB: (72,60,98)

Color info

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

RGB color model

#483C62 color RGB value is (72,60,98).

  • red value is 72;
  • green value is 60;
  • blue value is 98.
RGB:
(72,60,98)
(28%,24%,38%)

RGB channels and saturation

R 72 of 255 = 28%
G 60 of 255 = 24%
B 98 of 255 = 38%

72
60
98

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

Portions of RGB colors in percentages

R + G + B =
72 + 60 + 98 = 230 (100%)
R 72 of 230 ~ 31.3%
G 60 of 230 ~ 26.09%
B 98 of 230 ~ 42.61%

%31.3
%26.09
%42.61

CMYK color model

#483C62 color CMYK value is (27,39,0,62).

  • cyan value is 26.53%
  • magenta value is 38.78%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(27,39,0,62)
C27M39Y0K62 
(27%,39%,0%,62%)
(0.27/0.39/0.00/0.62)	

CMYK percentages

%26.53
%38.78
%0
%61.57

Codes

Color #483C62 in popluar color models

483C62
RGB726098
HSL259°24.05%30.98%
HSB/HSV259°38.78%38.43%
CMYK26.53%38.78%0.00%
61.57%

Color #483C62 in popluar number systems.

HEX483C62
Decimal726098
Binary10010001111001100010
Octal11074142

Shades and tints

Shades of #483C62

#483C62
(72,60,98)
#42375A
(66,55,90)
#3C3252
(60,50,82)
#362D4A
(54,45,74)
#302842
(48,40,66)
#2A233A
(42,35,58)
#241E32
(36,30,50)
#1E192A
(30,25,42)
#181422
(24,20,34)
#120F1A
(18,15,26)
#0C0A12
(12,10,18)
#000000
(0,0,0)

Tints of #483C62

#483C62
(72,60,98)
#584D70
(88,77,112)
#685E7E
(104,94,126)
#786F8C
(120,111,140)
#88809A
(136,128,154)
#9891A8
(152,145,168)
#A8A2B6
(168,162,182)
#B8B3C4
(184,179,196)
#C8C4D2
(200,196,210)
#D8D5E0
(216,213,224)
#E8E6EE
(232,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483C62 color. Also use rgb(72,60,98) instead hex code.

Text Font Color

.myTextColor { color: #483C62; }

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

This text font color is #483C62.


Background Color

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

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

This div background color is #483C62.


Border color

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

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

This div border color is #483C62.


Opacity

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

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

Text with #483C62 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 #483C62;}

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

This text has shadow with #483C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483C62 on black background.


Color preview on white background

This text has color #483C62 on white background.



Black color preview on #483C62 background

This text has black color on #483C62 background.


White color preview on #483C62 background

This text has white color on #483C62 background.