#42364D

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

Shades of Jagger #42364D

Tints of Jagger #42364D

Color information

#42364D (or 0x42364D) is unknown color: approx Jagger. HEX triplet: 42, 36 and 4D. RGB value is (66,54,77). Sum of RGB (Red+Green+Blue) = 66+54+77=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 77 - color contains mainly: blue. Hex color #42364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42364D is #BDC9B2. Grayscale: #3C3C3C. Windows color (decimal): -12437939 or 5060162. OLE color: 5060162.

HSL color Cylindrical-coordinate representation of color #42364D: hue angle of 271.3º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #42364D is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB665477-
CMYK0.140.3000.70
HSL271.3º17.56%25.69%-
HSV(B)271.3º29.87%30.2%-
XYZ4.914.337.6-
YUV60.21137.48132.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.50%
GREEN value IS 54 (21.48% from 255) = 27.41%
BLUE value IS 77 (30.47% from 255) = 39.09%
R=33.50%
G=27.41%
B=39.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6654770.140.3000.70271.317.5625.69
Hex42364DE1E04610f121a
Octal10266115163601064172232
Binary10000101101101001101111011110010001101000011111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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