COLOR #484362

HEX: #484362
RGB: (72,67,98)

Color info

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

RGB color model

#484362 color RGB value is (72,67,98).

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

RGB channels and saturation

R 72 of 255 = 28%
G 67 of 255 = 26%
B 98 of 255 = 38%

72
67
98

R + G + B ~ 31%. #484362 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 67 + 98 = 237 (100%)
R 72 of 237 ~ 30.38%
G 67 of 237 ~ 28.27%
B 98 of 237 ~ 41.35%

%30.38
%28.27
%41.35

CMYK color model

#484362 color CMYK value is (27,32,0,62).

  • cyan value is 26.53%
  • magenta value is 31.63%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(27,32,0,62)
C27M32Y0K62 
(27%,32%,0%,62%)
(0.27/0.32/0.00/0.62)	

CMYK percentages

%26.53
%31.63
%0
%61.57

Codes

Color #484362 in popluar color models

484362
RGB726798
HSL250°18.79%32.35%
HSB/HSV250°31.63%38.43%
CMYK26.53%31.63%0.00%
61.57%

Color #484362 in popluar number systems.

HEX484362
Decimal726798
Binary100100010000111100010
Octal110103142

Shades and tints

Shades of #484362

#484362
(72,67,98)
#423D5A
(66,61,90)
#3C3752
(60,55,82)
#36314A
(54,49,74)
#302B42
(48,43,66)
#2A253A
(42,37,58)
#241F32
(36,31,50)
#1E192A
(30,25,42)
#181322
(24,19,34)
#120D1A
(18,13,26)
#0C0712
(12,7,18)
#000000
(0,0,0)

Tints of #484362

#484362
(72,67,98)
#585470
(88,84,112)
#68657E
(104,101,126)
#78768C
(120,118,140)
#88879A
(136,135,154)
#9898A8
(152,152,168)
#A8A9B6
(168,169,182)
#B8BAC4
(184,186,196)
#C8CBD2
(200,203,210)
#D8DCE0
(216,220,224)
#E8EDEE
(232,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484362; }

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

This text font color is #484362.


Background Color

.myBgColor { background-color: #484362; }

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

This div background color is #484362.


Border color

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

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

This div border color is #484362.


Opacity

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

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

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

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

This text has shadow with #484362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484362 on black background.


Color preview on white background

This text has color #484362 on white background.



Black color preview on #484362 background

This text has black color on #484362 background.


White color preview on #484362 background

This text has white color on #484362 background.