#403A46

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

Shades of Jagger #403A46

Tints of Jagger #403A46

Color information

#403A46 (or 0x403A46) is unknown color: approx Jagger. HEX triplet: 40, 3A and 46. RGB value is (64,58,70). Sum of RGB (Red+Green+Blue) = 64+58+70=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 58 (23.05% from 255 or 30.21% from 192); Blue value is 70 (27.73% from 255 or 36.46% from 192); Max value from RGB is 70 - color contains mainly: blue. Hex color #403A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403A46 is #BFC5B9. Grayscale: #3D3D3D. Windows color (decimal): -12567994 or 4602432. OLE color: 4602432.

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

Color convert

RGB645870-
CMYK0.090.1700.73
HSL270º9.38%25.1%-
HSV(B)270º17.14%27.45%-
XYZ4.734.566.42-
YUV61.16132.99130.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.33%
GREEN value IS 58 (23.05% from 255) = 30.21%
BLUE value IS 70 (27.73% from 255) = 36.46%
R=33.33%
G=30.21%
B=36.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6458700.090.1700.732709.3825.1
Hex403A4691104910e919
Octal10072106112101114161131
Binary1000000111010100011010011000101001001100001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403A46; }

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

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

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

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

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

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

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

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