#403B45

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

Shades of Jagger #403B45

Tints of Jagger #403B45

Color information

#403B45 (or 0x403B45) is unknown color: approx Jagger. HEX triplet: 40, 3B and 45. RGB value is (64,59,69). Sum of RGB (Red+Green+Blue) = 64+59+69=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 59 (23.44% from 255 or 30.73% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 69 - color contains mainly: blue. Hex color #403B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B45 is #BFC4BA. Grayscale: #3D3D3D. Windows color (decimal): -12567739 or 4537152. OLE color: 4537152.

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

Color convert

RGB645969-
CMYK0.070.1400.73
HSL270º7.81%25.1%-
HSV(B)270º14.49%27.06%-
XYZ4.754.656.28-
YUV61.63132.16129.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.33%
GREEN value IS 59 (23.44% from 255) = 30.73%
BLUE value IS 69 (27.34% from 255) = 35.94%
R=33.33%
G=30.73%
B=35.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6459690.070.1400.732707.8125.1
Hex403B457E04910e819
Octal1007310571601114161031
Binary10000001110111000101111111001001001100001110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,59,69); }

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

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

 a { background-color: rgb(64,59,69); }

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

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

 span { border-color: rgb(64,59,69); }

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