#422D50

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

Shades of Jagger #422D50

Tints of Jagger #422D50

Color information

#422D50 (or 0x422D50) is unknown color: approx Jagger. HEX triplet: 42, 2D and 50. RGB value is (66,45,80). Sum of RGB (Red+Green+Blue) = 66+45+80=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 45 (17.97% from 255 or 23.56% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 80 - color contains mainly: blue. Hex color #422D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422D50 is #BDD2AF. Grayscale: #373737. Windows color (decimal): -12440240 or 5254466. OLE color: 5254466.

HSL color Cylindrical-coordinate representation of color #422D50: hue angle of 276º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #422D50 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB664580-
CMYK0.170.4400.69
HSL276º28%24.51%-
HSV(B)276º43.75%31.37%-
XYZ4.633.618.04-
YUV55.27141.96135.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.55%
GREEN value IS 45 (17.97% from 255) = 23.56%
BLUE value IS 80 (31.64% from 255) = 41.88%
R=34.55%
G=23.56%
B=41.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6645800.170.4400.692762824.51
Hex422D50112C0451141c19
Octal10255120215401054243431
Binary1000010101101101000010001101100010001011000101001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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