#423648

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

Shades of Jagger #423648

Tints of Jagger #423648

Color information

#423648 (or 0x423648) is unknown color: approx Jagger. HEX triplet: 42, 36 and 48. RGB value is (66,54,72). Sum of RGB (Red+Green+Blue) = 66+54+72=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 72 - color contains mainly: blue. Hex color #423648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423648 is #BDC9B7. Grayscale: #3B3B3B. Windows color (decimal): -12437944 or 4732482. OLE color: 4732482.

HSL color Cylindrical-coordinate representation of color #423648: hue angle of 280º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #423648 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB665472-
CMYK0.080.2500.72
HSL280º14.29%24.71%-
HSV(B)280º25%28.24%-
XYZ4.744.266.7-
YUV59.64134.98132.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.38%
GREEN value IS 54 (21.48% from 255) = 28.12%
BLUE value IS 72 (28.52% from 255) = 37.5%
R=34.38%
G=28.12%
B=37.5%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6654720.080.2500.7228014.2924.71
Hex423648819048118e19
Octal10266110103101104301631
Binary1000010110110100100010001100101001000100011000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423648; }

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

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

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

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

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

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

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

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