#422D56

Color #422D56 Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #422D56

Tints of Jagger #422D56

Color information

#422D56 (or 0x422D56) is unknown color: approx Jagger. HEX triplet: 42, 2D and 56. RGB value is (66,45,86). Sum of RGB (Red+Green+Blue) = 66+45+86=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 45 (17.97% from 255 or 22.84% from 197); Blue value is 86 (33.98% from 255 or 43.65% from 197); Max value from RGB is 86 - color contains mainly: blue. Hex color #422D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422D56 is #BDD2A9. Grayscale: #373737. Windows color (decimal): -12440234 or 5647682. OLE color: 5647682.

HSL color Cylindrical-coordinate representation of color #422D56: hue angle of 270.73º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #422D56 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB664586-
CMYK0.230.4800.66
HSL270.73º31.3%25.69%-
HSV(B)270.73º47.67%33.73%-
XYZ4.863.719.26-
YUV55.95144.96135.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.50%
GREEN value IS 45 (17.97% from 255) = 22.84%
BLUE value IS 86 (33.98% from 255) = 43.65%
R=33.50%
G=22.84%
B=43.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6645860.230.4800.66270.7331.325.69
Hex422D56173004210f1f1a
Octal10255126276001024173732
Binary1000010101101101011010111110000010000101000011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,45,86); }

 H1.HeaderClassName
 {
   color: #422D56;
 }
 .AnyTagClassName
 {
   color: #422D56;
 }
</style>
background-color css

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

 a { background-color: rgb(66,45,86); }

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

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

 span { border-color: rgb(66,45,86); }

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