#40576E

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

Shades of Chambray #40576E

Tints of Chambray #40576E

Color information

#40576E (or 0x40576E) is unknown color: approx Chambray. HEX triplet: 40, 57 and 6E. RGB value is (64,87,110). Sum of RGB (Red+Green+Blue) = 64+87+110=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 110 - color contains mainly: blue. Hex color #40576E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40576E is #BFA891. Grayscale: #525252. Windows color (decimal): -12560530 or 7231296. OLE color: 7231296.

HSL color Cylindrical-coordinate representation of color #40576E: hue angle of 210º 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 #40576E is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6487110-
CMYK0.420.2100.57
HSL210º26.44%34.12%-
HSV(B)210º41.82%43.14%-
XYZ8.349.0316.06-
YUV82.74143.38114.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.52%
GREEN value IS 87 (34.38% from 255) = 33.33%
BLUE value IS 110 (43.36% from 255) = 42.15%
R=24.52%
G=33.33%
B=42.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64871100.420.2100.5721026.4434.12
Hex40576E2A15039d21a22
Octal10012715652250713223242
Binary1000000101011111011101010101010101110011101001011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40576E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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