#403046

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

Shades of Jagger #403046

Tints of Jagger #403046

Color information

#403046 (or 0x403046) is unknown color: approx Jagger. HEX triplet: 40, 30 and 46. RGB value is (64,48,70). Sum of RGB (Red+Green+Blue) = 64+48+70=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 70 - color contains mainly: blue. Hex color #403046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403046 is #BFCFB9. Grayscale: #373737. Windows color (decimal): -12570554 or 4599872. OLE color: 4599872.

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

Color convert

RGB644870-
CMYK0.090.3100.73
HSL283.64º18.64%23.14%-
HSV(B)283.64º31.43%27.45%-
XYZ4.283.656.27-
YUV55.29136.3134.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.16%
GREEN value IS 48 (19.14% from 255) = 26.37%
BLUE value IS 70 (27.73% from 255) = 38.46%
R=35.16%
G=26.37%
B=38.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6448700.090.3100.73283.6418.6423.14
Hex40304691F04911c1317
Octal10060106113701114342327
Binary10000001100001000110100111111010010011000111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403046; }

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

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

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

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

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

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

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

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