#402E46

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

Shades of Jagger #402E46

Tints of Jagger #402E46

Color information

#402E46 (or 0x402E46) is unknown color: approx Jagger. HEX triplet: 40, 2E and 46. RGB value is (64,46,70). Sum of RGB (Red+Green+Blue) = 64+46+70=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 46 (18.36% from 255 or 25.56% from 180); Blue value is 70 (27.73% from 255 or 38.89% from 180); Max value from RGB is 70 - color contains mainly: blue. Hex color #402E46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402E46 is #BFD1B9. Grayscale: #363636. Windows color (decimal): -12571066 or 4599360. OLE color: 4599360.

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

Color convert

RGB644670-
CMYK0.090.3400.73
HSL285º20.69%22.75%-
HSV(B)285º34.29%27.45%-
XYZ4.23.496.25-
YUV54.12136.96135.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.56%
GREEN value IS 46 (18.36% from 255) = 25.56%
BLUE value IS 70 (27.73% from 255) = 38.89%
R=35.56%
G=25.56%
B=38.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6446700.090.3400.7328520.6922.75
Hex402E4692204911d1517
Octal10056106114201114352527
Binary100000010111010001101001100010010010011000111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402E46; }

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

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

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

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

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

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

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

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