COLOR #422F76

HEX: #422F76 RGB: (66,47,118)

Color info

#422F76 contains mainly red and blue colors. Web safe color of #422F76 is #333366 (or #336).

RGB color model

#422F76 color RGB value is (66,47,118).

RGB: (66,47,118) (26%, 18%, 46%)

RGB channels and saturation

R 66 of 255 = 26%
G 47 of 255 = 18%
B 118 of 255 = 46%

66
47
118

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

Portions of RGB colors in percentages

R + G + B = 66 + 47 + 118 = 231 (100%)
R 66 of 231 ~ 28.57%
G 47 of 231 ~ 20.35%
B 118 of 231 ~ 51.08'%

%28.57
%20.35
%51.08

CMYK color model

#422F76 color CMYK value is (44,60,0,54).

  • cyan value is 44.07%
  • magenta value is 60.17%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (44,60,0,54)
C44M60Y0K54 (44%, 60%, 0%, 54%)
(0.44 / 0.60 / 0.00 / 0.54)

CMYK percentages

%44.07
%60.17
%0
%53.73

Codes

Color #422F76 in popluar color models

42 2F 76
RGB 66 47 118
HSL 256° 43.03% 32.35%
HSB/HSV 256° 60.17% 46.27%
CMYK 44.07% 60.17% 0.00%
53.73%

Color #422F76 in popluar number systems.

HEX 42 2F 76
Decimal 66 47 118
Binary 1000010 101111 1110110
Octal 102 57 166

Shades and tints

Shades of #422F76

#422F76
(66,47,118)
#3C2B6C
(60,43,108)
#362762
(54,39,98)
#302358
(48,35,88)
#2A1F4E
(42,31,78)
#241B44
(36,27,68)
#1E173A
(30,23,58)
#181330
(24,19,48)
#120F26
(18,15,38)
#0C0B1C
(12,11,28)
#060712
(6,7,18)
#000000
(0,0,0)

Tints of #422F76

#422F76
(66,47,118)
#534182
(83,65,130)
#64538E
(100,83,142)
#75659A
(117,101,154)
#8677A6
(134,119,166)
#9789B2
(151,137,178)
#A89BBE
(168,155,190)
#B9ADCA
(185,173,202)
#CABFD6
(202,191,214)
#DBD1E2
(219,209,226)
#ECE3EE
(236,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422F76 color. Also use rgb(66,47,118) instead hex code.

Text Font Color

.myTextColor { color: #422F76; }

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

This text font color is #422F76.

Background Color

.myBgColor { background-color: #422F76; }

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

This div background color is #422F76.

Border color

.myBorderColor { border: 1px solid #422F76; }

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

This div border color is #422F76.

Opacity

.myOpacity80 { color: #422F76; opacity: 0.8; }

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

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

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

This text has shadow with #422F76 color.


.textShadow {text-shadow: 3px 3px 1px #422F76', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #422F76; -webkit-box-shadow: 1px 1px 3px 2px #422F76; box-shadow:1px 1px 3px 2px #422F76;">
Div content here
</div>

This div box has shadow with color #422F76.

Preview

Color preview on black background

This text has color #422F76 on black background.


Color preview on white background

This text has color #422F76 on white background.


Black color preview on #422F76 background

This text has black color on #422F76 background.


White color preview on #422F76 background

This text has white color on #422F76 background.


Related colors

Complementary color

Complementary color for #hex is #BDD089.


I love getcolorcode.com

Triadic colors

1 #76422F and #2F7642 with #422F76 are triadic colors.

2 #762F42 and #2F4276 with #422F76 are triadic colors.