#403246

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

Shades of Jagger #403246

Tints of Jagger #403246

Color information

#403246 (or 0x403246) is unknown color: approx Jagger. HEX triplet: 40, 32 and 46. RGB value is (64,50,70). Sum of RGB (Red+Green+Blue) = 64+50+70=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 70 - color contains mainly: blue. Hex color #403246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403246 is #BFCDB9. Grayscale: #383838. Windows color (decimal): -12570042 or 4600384. OLE color: 4600384.

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

Color convert

RGB645070-
CMYK0.090.2900.73
HSL282º16.67%23.53%-
HSV(B)282º28.57%27.45%-
XYZ4.363.816.3-
YUV56.47135.64133.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.78%
GREEN value IS 50 (19.92% from 255) = 27.17%
BLUE value IS 70 (27.73% from 255) = 38.04%
R=34.78%
G=27.17%
B=38.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6450700.090.2900.7328216.6723.53
Hex40324691D04911a1118
Octal10062106113501114322130
Binary10000001100101000110100111101010010011000110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403246; }

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

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

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

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

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

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

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

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