#42364F

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

Shades of Jagger #42364F

Tints of Jagger #42364F

Color information

#42364F (or 0x42364F) is unknown color: approx Jagger. HEX triplet: 42, 36 and 4F. RGB value is (66,54,79). Sum of RGB (Red+Green+Blue) = 66+54+79=199 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.17% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 79 (31.25% from 255 or 39.70% from 199); Max value from RGB is 79 - color contains mainly: blue. Hex color #42364F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42364F is #BDC9B0. Grayscale: #3C3C3C. Windows color (decimal): -12437937 or 5191234. OLE color: 5191234.

HSL color Cylindrical-coordinate representation of color #42364F: hue angle of 268.8º 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 #42364F is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB665479-
CMYK0.160.3200.69
HSL268.8º18.8%26.08%-
HSV(B)268.8º31.65%30.98%-
XYZ4.984.367.98-
YUV60.44138.48131.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.17%
GREEN value IS 54 (21.48% from 255) = 27.14%
BLUE value IS 79 (31.25% from 255) = 39.70%
R=33.17%
G=27.14%
B=39.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6654790.160.3200.69268.818.826.08
Hex42364F102004510d131a
Octal10266117204001054152332
Binary1000010110110100111110000100000010001011000011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42364F; }

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

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

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

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

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

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

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

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