#40566F

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

Shades of Chambray #40566F

Tints of Chambray #40566F

Color information

#40566F (or 0x40566F) is unknown color: approx Chambray. HEX triplet: 40, 56 and 6F. RGB value is (64,86,111). Sum of RGB (Red+Green+Blue) = 64+86+111=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 111 (43.75% from 255 or 42.53% from 261); Max value from RGB is 111 - color contains mainly: blue. Hex color #40566F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40566F is #BFA990. Grayscale: #525252. Windows color (decimal): -12560785 or 7296576. OLE color: 7296576.

HSL color Cylindrical-coordinate representation of color #40566F: hue angle of 211.91º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #40566F is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6486111-
CMYK0.420.2300.56
HSL211.91º26.86%34.31%-
HSV(B)211.91º42.34%43.53%-
XYZ8.318.8916.32-
YUV82.27144.21114.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.52%
GREEN value IS 86 (33.98% from 255) = 32.95%
BLUE value IS 111 (43.75% from 255) = 42.53%
R=24.52%
G=32.95%
B=42.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64861110.420.2300.56211.9126.8634.31
Hex40566F2A17038d41b22
Octal10012615752270703243342
Binary1000000101011011011111010101011101110001101010011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40566F; }

 p { color: rgb(64,86,111); }

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

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

 a { background-color: rgb(64,86,111); }

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

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

 span { border-color: rgb(64,86,111); }

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