#423650

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

Shades of Jagger #423650

Tints of Jagger #423650

Color information

#423650 (or 0x423650) is unknown color: approx Jagger. HEX triplet: 42, 36 and 50. RGB value is (66,54,80). Sum of RGB (Red+Green+Blue) = 66+54+80=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 80 - color contains mainly: blue. Hex color #423650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423650 is #BDC9AF. Grayscale: #3C3C3C. Windows color (decimal): -12437936 or 5256770. OLE color: 5256770.

HSL color Cylindrical-coordinate representation of color #423650: hue angle of 267.69º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #423650 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB665480-
CMYK0.170.3300.69
HSL267.69º19.4%26.27%-
HSV(B)267.69º32.5%31.37%-
XYZ5.014.388.17-
YUV60.55138.98131.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33%
GREEN value IS 54 (21.48% from 255) = 27%
BLUE value IS 80 (31.64% from 255) = 40%
R=33%
G=27%
B=40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6654800.170.3300.69267.6919.426.27
Hex423650112104510c131a
Octal10266120214101054142332
Binary1000010110110101000010001100001010001011000011001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423650; }

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

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

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

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

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

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

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

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