COLOR #483B62

HEX: #483B62
RGB: (72,59,98)

Color info

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

RGB color model

#483B62 color RGB value is (72,59,98).

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

RGB channels and saturation

R 72 of 255 = 28%
G 59 of 255 = 23%
B 98 of 255 = 38%

72
59
98

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

Portions of RGB colors in percentages

R + G + B =
72 + 59 + 98 = 229 (100%)
R 72 of 229 ~ 31.44%
G 59 of 229 ~ 25.76%
B 98 of 229 ~ 42.79%

%31.44
%25.76
%42.79

CMYK color model

#483B62 color CMYK value is (27,40,0,62).

  • cyan value is 26.53%
  • magenta value is 39.80%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(27,40,0,62)
C27M40Y0K62 
(27%,40%,0%,62%)
(0.27/0.40/0.00/0.62)	

CMYK percentages

%26.53
%39.8
%0
%61.57

Codes

Color #483B62 in popluar color models

483B62
RGB725998
HSL260°24.84%30.78%
HSB/HSV260°39.80%38.43%
CMYK26.53%39.80%0.00%
61.57%

Color #483B62 in popluar number systems.

HEX483B62
Decimal725998
Binary10010001110111100010
Octal11073142

Shades and tints

Shades of #483B62

#483B62
(72,59,98)
#42365A
(66,54,90)
#3C3152
(60,49,82)
#362C4A
(54,44,74)
#302742
(48,39,66)
#2A223A
(42,34,58)
#241D32
(36,29,50)
#1E182A
(30,24,42)
#181322
(24,19,34)
#120E1A
(18,14,26)
#0C0912
(12,9,18)
#000000
(0,0,0)

Tints of #483B62

#483B62
(72,59,98)
#584C70
(88,76,112)
#685D7E
(104,93,126)
#786E8C
(120,110,140)
#887F9A
(136,127,154)
#9890A8
(152,144,168)
#A8A1B6
(168,161,182)
#B8B2C4
(184,178,196)
#C8C3D2
(200,195,210)
#D8D4E0
(216,212,224)
#E8E5EE
(232,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483B62; }

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

This text font color is #483B62.


Background Color

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

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

This div background color is #483B62.


Border color

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

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

This div border color is #483B62.


Opacity

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

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

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

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

This text has shadow with #483B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483B62 on black background.


Color preview on white background

This text has color #483B62 on white background.



Black color preview on #483B62 background

This text has black color on #483B62 background.


White color preview on #483B62 background

This text has white color on #483B62 background.