COLOR #483F62

HEX: #483F62
RGB: (72,63,98)

Color info

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

RGB color model

#483F62 color RGB value is (72,63,98).

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

RGB channels and saturation

R 72 of 255 = 28%
G 63 of 255 = 25%
B 98 of 255 = 38%

72
63
98

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

Portions of RGB colors in percentages

R + G + B =
72 + 63 + 98 = 233 (100%)
R 72 of 233 ~ 30.9%
G 63 of 233 ~ 27.04%
B 98 of 233 ~ 42.06%

%30.9
%27.04
%42.06

CMYK color model

#483F62 color CMYK value is (27,36,0,62).

  • cyan value is 26.53%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(27,36,0,62)
C27M36Y0K62 
(27%,36%,0%,62%)
(0.27/0.36/0.00/0.62)	

CMYK percentages

%26.53
%35.71
%0
%61.57

Codes

Color #483F62 in popluar color models

483F62
RGB726398
HSL255°21.74%31.57%
HSB/HSV255°35.71%38.43%
CMYK26.53%35.71%0.00%
61.57%

Color #483F62 in popluar number systems.

HEX483F62
Decimal726398
Binary10010001111111100010
Octal11077142

Shades and tints

Shades of #483F62

#483F62
(72,63,98)
#423A5A
(66,58,90)
#3C3552
(60,53,82)
#36304A
(54,48,74)
#302B42
(48,43,66)
#2A263A
(42,38,58)
#242132
(36,33,50)
#1E1C2A
(30,28,42)
#181722
(24,23,34)
#12121A
(18,18,26)
#0C0D12
(12,13,18)
#000000
(0,0,0)

Tints of #483F62

#483F62
(72,63,98)
#585070
(88,80,112)
#68617E
(104,97,126)
#78728C
(120,114,140)
#88839A
(136,131,154)
#9894A8
(152,148,168)
#A8A5B6
(168,165,182)
#B8B6C4
(184,182,196)
#C8C7D2
(200,199,210)
#D8D8E0
(216,216,224)
#E8E9EE
(232,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483F62; }

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

This text font color is #483F62.


Background Color

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

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

This div background color is #483F62.


Border color

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

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

This div border color is #483F62.


Opacity

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

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

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

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

This text has shadow with #483F62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483F62 on black background.


Color preview on white background

This text has color #483F62 on white background.



Black color preview on #483F62 background

This text has black color on #483F62 background.


White color preview on #483F62 background

This text has white color on #483F62 background.