#41566C

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

Shades of Chambray #41566C

Tints of Chambray #41566C

Color information

#41566C (or 0x41566C) is unknown color: approx Chambray. HEX triplet: 41, 56 and 6C. RGB value is (65,86,108). Sum of RGB (Red+Green+Blue) = 65+86+108=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 108 - color contains mainly: blue. Hex color #41566C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41566C is #BEA993. Grayscale: #525252. Windows color (decimal): -12495252 or 7099969. OLE color: 7099969.

HSL color Cylindrical-coordinate representation of color #41566C: hue angle of 210.7º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #41566C is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6586108-
CMYK0.400.2000.58
HSL210.7º24.86%33.92%-
HSV(B)210.7º39.81%42.35%-
XYZ8.218.8615.46-
YUV82.23142.54115.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.10%
GREEN value IS 86 (33.98% from 255) = 33.20%
BLUE value IS 108 (42.58% from 255) = 41.70%
R=25.10%
G=33.20%
B=41.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65861080.400.2000.58210.724.8633.92
Hex41566C281403Ad31922
Octal10112615450240723233142
Binary1000001101011011011001010001010001110101101001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41566C; }

 p { color: rgb(65,86,108); }

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

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

 a { background-color: rgb(65,86,108); }

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

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

 span { border-color: rgb(65,86,108); }

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