Html Css Color HEX #422F49 Jagger

📋 copy color: '#422F49'

red 66 ◦ green 47 ◦ blue 73

#422F49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagger #422F49

Tints of Jagger #422F49

RGB

 RED value IS 66 (26.17% from 255) = 35.48%

 GREEN value IS 47 (18.75% from 255) = 25.27%

 BLUE value IS 73 (28.91% from 255) = 39.25%

R = 35.48%
G = 25.27%
B = 39.25%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.71

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#422F49 (or 0x422F49) is known color: Jagger. HEX triplet: 42, 2F and 49. RGB value is (66,47,73). Sum of RGB (Red+Green+Blue) = 66+47+73=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 47 (18.75% from 255 or 25.27% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 73 - color contains mainly: blue. Hex color #422F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422F49 is #BDD0B6. Grayscale: #373737. Windows color (decimal): -12439735 or 4796226. OLE color: 4796226.

HSL color Cylindrical-coordinate representation of color #422F49: hue angle of 283.85º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #422F49 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 47 73 -
CMYK 0.10 0.36 0 0.71
HSL 283.85º 0.22% 0.24% -
HSV(B) 283.85º 0.36% 0.29% -
XYZ 4.47 3.67 6.78 -
YUV 55.65 137.79 135.39 -
System Red Green Blue C M Y K H S L
Decimal 66 47 73 0.10 0.36 0 0.71 283.85 0.22 0.24
Hex 42 2F 49 A 24 0 47 11C 16 18
Octal 102 57 111 12 44 0 107 434 26 30
Binary 1000010 101111 1001001 1010 100100 0 1000111 100011100 10110 11000

Color Harmonies of #422F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422F49

Black with #422F49

Text Example


Text Example

White with #422F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422F49; }

 p { color: rgb(66,47,73); }

 H1.HeaderClassName
 {
   color: #422F49;
 }
 .AnyTagClassName
 {
   color: #422F49;
 }
</style>

background-color css

<style>
 a { background-color: #422F49; }

 a { background-color: rgb(66,47,73); }

 div.DivClassName
 {
   background-color: #422F49;
 }
 .BgClassName
 {
   background-color: #422F49;
 }
</style>

border-color css

<style>
 span { border-color: #422F49; }

 span { border-color: rgb(66,47,73); }

 td.TdClassName
 {
   border-color: #422F49;
 }
 .TagClassName
 {
   border-color: #422F49;
 }
</style>