#40566E

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

Shades of Chambray #40566E

Tints of Chambray #40566E

Color information

#40566E (or 0x40566E) is unknown color: approx Chambray. HEX triplet: 40, 56 and 6E. RGB value is (64,86,110). Sum of RGB (Red+Green+Blue) = 64+86+110=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 110 (43.36% from 255 or 42.31% from 260); Max value from RGB is 110 - color contains mainly: blue. Hex color #40566E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40566E is #BFA991. Grayscale: #525252. Windows color (decimal): -12560786 or 7231040. OLE color: 7231040.

HSL color Cylindrical-coordinate representation of color #40566E: hue angle of 211.3º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #40566E is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6486110-
CMYK0.420.2200.57
HSL211.3º26.44%34.12%-
HSV(B)211.3º41.82%43.14%-
XYZ8.268.8716.03-
YUV82.16143.71115.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.62%
GREEN value IS 86 (33.98% from 255) = 33.08%
BLUE value IS 110 (43.36% from 255) = 42.31%
R=24.62%
G=33.08%
B=42.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64861100.420.2200.57211.326.4434.12
Hex40566E2A16039d31a22
Octal10012615652260713233242
Binary1000000101011011011101010101011001110011101001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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