Html Css Color HEX #422F48 Jagger

📋 copy color: '#422F48'

red 66 ◦ green 47 ◦ blue 72

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

Shades of Jagger #422F48

Tints of Jagger #422F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 38.92%

R = 35.68%
G = 25.41%
B = 38.92%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#422F48 (or 0x422F48) is known color: Jagger. HEX triplet: 42, 2F and 48. RGB value is (66,47,72). Sum of RGB (Red+Green+Blue) = 66+47+72=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 47 (18.75% from 255 or 25.41% from 185); Blue value is 72 (28.52% from 255 or 38.92% from 185); Max value from RGB is 72 - color contains mainly: blue. Hex color #422F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422F48 is #BDD0B7. Grayscale: #373737. Windows color (decimal): -12439736 or 4730690. OLE color: 4730690.

HSL color Cylindrical-coordinate representation of color #422F48: hue angle of 285.6º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #422F48 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 47 72 -
CMYK 0.08 0.35 0 0.72
HSL 285.6º 0.21% 0.23% -
HSV(B) 285.6º 0.35% 0.28% -
XYZ 4.43 3.66 6.6 -
YUV 55.53 137.29 135.47 -
System Red Green Blue C M Y K H S L
Decimal 66 47 72 0.08 0.35 0 0.72 285.6 0.21 0.23
Hex 42 2F 48 8 23 0 48 11E 15 17
Octal 102 57 110 10 43 0 110 436 25 27
Binary 1000010 101111 1001000 1000 100011 0 1001000 100011110 10101 10111

Color Harmonies of #422F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422F48

Black with #422F48

Text Example


Text Example

White with #422F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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