#405975

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

Shades of Chambray #405975

Tints of Chambray #405975

Color information

#405975 (or 0x405975) is unknown color: approx Chambray. HEX triplet: 40, 59 and 75. RGB value is (64,89,117). Sum of RGB (Red+Green+Blue) = 64+89+117=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 117 - color contains mainly: blue. Hex color #405975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405975 is #BFA68A. Grayscale: #545454. Windows color (decimal): -12560011 or 7690560. OLE color: 7690560.

HSL color Cylindrical-coordinate representation of color #405975: hue angle of 211.7º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #405975 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6489117-
CMYK0.450.2400.54
HSL211.7º29.28%35.49%-
HSV(B)211.7º45.3%45.88%-
XYZ8.99.5218.2-
YUV84.72146.22113.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.70%
GREEN value IS 89 (35.16% from 255) = 32.96%
BLUE value IS 117 (46.09% from 255) = 43.33%
R=23.70%
G=32.96%
B=43.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64891170.450.2400.54211.729.2835.49
Hex4059752D18036d41d23
Octal10013116555300663243543
Binary1000000101100111101011011011100001101101101010011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405975; }

 p { color: rgb(64,89,117); }

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

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

 a { background-color: rgb(64,89,117); }

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

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

 span { border-color: rgb(64,89,117); }

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