#405870

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

Shades of Chambray #405870

Tints of Chambray #405870

Color information

#405870 (or 0x405870) is unknown color: approx Chambray. HEX triplet: 40, 58 and 70. RGB value is (64,88,112). Sum of RGB (Red+Green+Blue) = 64+88+112=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 112 - color contains mainly: blue. Hex color #405870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405870 is #BFA78F. Grayscale: #535353. Windows color (decimal): -12560272 or 7362624. OLE color: 7362624.

HSL color Cylindrical-coordinate representation of color #405870: hue angle of 210º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #405870 is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6488112-
CMYK0.430.2100.56
HSL210º27.27%34.51%-
HSV(B)210º42.86%43.92%-
XYZ8.539.2416.66-
YUV83.56144.05114.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.24%
GREEN value IS 88 (34.77% from 255) = 33.33%
BLUE value IS 112 (44.14% from 255) = 42.42%
R=24.24%
G=33.33%
B=42.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64881120.430.2100.5621027.2734.51
Hex4058702B15038d21b23
Octal10013016053250703223343
Binary1000000101100011100001010111010101110001101001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405870; }

 p { color: rgb(64,88,112); }

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

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

 a { background-color: rgb(64,88,112); }

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

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

 span { border-color: rgb(64,88,112); }

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