#403847

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

Shades of Jagger #403847

Tints of Jagger #403847

Color information

#403847 (or 0x403847) is unknown color: approx Jagger. HEX triplet: 40, 38 and 47. RGB value is (64,56,71). Sum of RGB (Red+Green+Blue) = 64+56+71=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 71 - color contains mainly: blue. Hex color #403847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403847 is #BFC7B8. Grayscale: #3C3C3C. Windows color (decimal): -12568505 or 4667456. OLE color: 4667456.

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

Color convert

RGB645671-
CMYK0.100.2100.72
HSL272º11.81%24.9%-
HSV(B)272º21.13%27.84%-
XYZ4.674.376.56-
YUV60.1134.15130.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.51%
GREEN value IS 56 (22.27% from 255) = 29.32%
BLUE value IS 71 (28.12% from 255) = 37.17%
R=33.51%
G=29.32%
B=37.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6456710.100.2100.7227211.8124.9
Hex403847A15048110c19
Octal10070107122501104201431
Binary1000000111000100011110101010101001000100010000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403847; }

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

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

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

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

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

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

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

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