COLOR #484062

HEX: #484062
RGB: (72,64,98)

Color info

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

RGB color model

#484062 color RGB value is (72,64,98).

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

RGB channels and saturation

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

72
64
98

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

Portions of RGB colors in percentages

R + G + B =
72 + 64 + 98 = 234 (100%)
R 72 of 234 ~ 30.77%
G 64 of 234 ~ 27.35%
B 98 of 234 ~ 41.88%

%30.77
%27.35
%41.88

CMYK color model

#484062 color CMYK value is (27,35,0,62).

  • cyan value is 26.53%
  • magenta value is 34.69%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(27,35,0,62)
C27M35Y0K62 
(27%,35%,0%,62%)
(0.27/0.35/0.00/0.62)	

CMYK percentages

%26.53
%34.69
%0
%61.57

Codes

Color #484062 in popluar color models

484062
RGB726498
HSL254°20.99%31.76%
HSB/HSV254°34.69%38.43%
CMYK26.53%34.69%0.00%
61.57%

Color #484062 in popluar number systems.

HEX484062
Decimal726498
Binary100100010000001100010
Octal110100142

Shades and tints

Shades of #484062

#484062
(72,64,98)
#423B5A
(66,59,90)
#3C3652
(60,54,82)
#36314A
(54,49,74)
#302C42
(48,44,66)
#2A273A
(42,39,58)
#242232
(36,34,50)
#1E1D2A
(30,29,42)
#181822
(24,24,34)
#12131A
(18,19,26)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #484062

#484062
(72,64,98)
#585170
(88,81,112)
#68627E
(104,98,126)
#78738C
(120,115,140)
#88849A
(136,132,154)
#9895A8
(152,149,168)
#A8A6B6
(168,166,182)
#B8B7C4
(184,183,196)
#C8C8D2
(200,200,210)
#D8D9E0
(216,217,224)
#E8EAEE
(232,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484062; }

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

This text font color is #484062.


Background Color

.myBgColor { background-color: #484062; }

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

This div background color is #484062.


Border color

.myBorderColor { border: 1px solid #484062; }

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

This div border color is #484062.


Opacity

.myOpacity80 { color: #484062; opacity: 0.8; }

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

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

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

This text has shadow with #484062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484062 on black background.


Color preview on white background

This text has color #484062 on white background.



Black color preview on #484062 background

This text has black color on #484062 background.


White color preview on #484062 background

This text has white color on #484062 background.