#403647

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

Shades of Jagger #403647

Tints of Jagger #403647

Color information

#403647 (or 0x403647) is unknown color: approx Jagger. HEX triplet: 40, 36 and 47. RGB value is (64,54,71). Sum of RGB (Red+Green+Blue) = 64+54+71=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 71 - color contains mainly: blue. Hex color #403647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403647 is #BFC9B8. Grayscale: #3A3A3A. Windows color (decimal): -12569017 or 4666944. OLE color: 4666944.

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

Color convert

RGB645471-
CMYK0.100.2400.72
HSL275.29º13.6%24.51%-
HSV(B)275.29º23.94%27.84%-
XYZ4.574.186.53-
YUV58.93134.81131.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.86%
GREEN value IS 54 (21.48% from 255) = 28.57%
BLUE value IS 71 (28.12% from 255) = 37.57%
R=33.86%
G=28.57%
B=37.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6454710.100.2400.72275.2913.624.51
Hex403647A18048113e19
Octal10066107123001104231631
Binary1000000110110100011110101100001001000100010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403647; }

 p { color: rgb(64,54,71); }

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

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

 a { background-color: rgb(64,54,71); }

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

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

 span { border-color: rgb(64,54,71); }

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