Html Css Color HEX #422E48 Jagger

📋 copy color: '#422E48'

red 66 ◦ green 46 ◦ blue 72

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

Shades of Jagger #422E48

Tints of Jagger #422E48

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25%

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

R = 35.87%
G = 25%
B = 39.13%

CMYK

 C value IS 0.08

 M value IS 0.36

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#422E48 (or 0x422E48) is known color: Jagger. HEX triplet: 42, 2E and 48. RGB value is (66,46,72). Sum of RGB (Red+Green+Blue) = 66+46+72=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 72 (28.52% from 255 or 39.13% from 184); Max value from RGB is 72 - color contains mainly: blue. Hex color #422E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422E48 is #BDD1B7. Grayscale: #363636. Windows color (decimal): -12439992 or 4730434. OLE color: 4730434.

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

Color convert

RGB 66 46 72 -
CMYK 0.08 0.36 0 0.72
HSL 286.15º 0.22% 0.23% -
HSV(B) 286.15º 0.36% 0.28% -
XYZ 4.39 3.58 6.59 -
YUV 54.94 137.63 135.89 -
System Red Green Blue C M Y K H S L
Decimal 66 46 72 0.08 0.36 0 0.72 286.15 0.22 0.23
Hex 42 2E 48 8 24 0 48 11E 16 17
Octal 102 56 110 10 44 0 110 436 26 27
Binary 1000010 101110 1001000 1000 100100 0 1001000 100011110 10110 10111

Color Harmonies of #422E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422E48

Black with #422E48

Text Example


Text Example

White with #422E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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