#403146

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

Shades of Jagger #403146

Tints of Jagger #403146

Color information

#403146 (or 0x403146) is unknown color: approx Jagger. HEX triplet: 40, 31 and 46. RGB value is (64,49,70). Sum of RGB (Red+Green+Blue) = 64+49+70=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 70 - color contains mainly: blue. Hex color #403146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403146 is #BFCEB9. Grayscale: #373737. Windows color (decimal): -12570298 or 4600128. OLE color: 4600128.

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

Color convert

RGB644970-
CMYK0.090.3000.73
HSL282.86º17.65%23.33%-
HSV(B)282.86º30%27.45%-
XYZ4.323.736.29-
YUV55.88135.97133.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.97%
GREEN value IS 49 (19.53% from 255) = 26.78%
BLUE value IS 70 (27.73% from 255) = 38.25%
R=34.97%
G=26.78%
B=38.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6449700.090.3000.73282.8617.6523.33
Hex40314691E04911b1217
Octal10061106113601114332227
Binary10000001100011000110100111110010010011000110111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403146; }

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

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

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

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

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

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

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

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