#42576E

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

Shades of Chambray #42576E

Tints of Chambray #42576E

Color information

#42576E (or 0x42576E) is unknown color: approx Chambray. HEX triplet: 42, 57 and 6E. RGB value is (66,87,110). Sum of RGB (Red+Green+Blue) = 66+87+110=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 110 - color contains mainly: blue. Hex color #42576E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42576E is #BDA891. Grayscale: #535353. Windows color (decimal): -12429458 or 7231298. OLE color: 7231298.

HSL color Cylindrical-coordinate representation of color #42576E: hue angle of 211.36º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #42576E is Cyan = 0.4, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6687110-
CMYK0.40.2100.57
HSL211.36º25%34.51%-
HSV(B)211.36º40%43.14%-
XYZ8.479.116.06-
YUV83.34143.04115.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.10%
GREEN value IS 87 (34.38% from 255) = 33.08%
BLUE value IS 110 (43.36% from 255) = 41.83%
R=25.10%
G=33.08%
B=41.83%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66871100.40.2100.57211.362534.51
Hex42576E2815039d31923
Octal10212715650250713233143
Binary1000010101011111011101010001010101110011101001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42576E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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