#403946

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

Shades of Jagger #403946

Tints of Jagger #403946

Color information

#403946 (or 0x403946) is unknown color: approx Jagger. HEX triplet: 40, 39 and 46. RGB value is (64,57,70). Sum of RGB (Red+Green+Blue) = 64+57+70=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 57 (22.66% from 255 or 29.84% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 70 - color contains mainly: blue. Hex color #403946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403946 is #BFC6B9. Grayscale: #3C3C3C. Windows color (decimal): -12568250 or 4602176. OLE color: 4602176.

HSL color Cylindrical-coordinate representation of color #403946: hue angle of 272.31º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #403946 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB645770-
CMYK0.090.1900.73
HSL272.31º10.24%24.9%-
HSV(B)272.31º18.57%27.45%-
XYZ4.684.466.41-
YUV60.58133.32130.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.51%
GREEN value IS 57 (22.66% from 255) = 29.84%
BLUE value IS 70 (27.73% from 255) = 36.65%
R=33.51%
G=29.84%
B=36.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6457700.090.1900.73272.3110.2424.9
Hex403946913049110a19
Octal10071106112301114201231
Binary1000000111001100011010011001101001001100010000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403946; }

 p { color: rgb(64,57,70); }

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

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

 a { background-color: rgb(64,57,70); }

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

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

 span { border-color: rgb(64,57,70); }

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