#41577C

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

Shades of Chambray #41577C

Tints of Chambray #41577C

Color information

#41577C (or 0x41577C) is unknown color: approx Chambray. HEX triplet: 41, 57 and 7C. RGB value is (65,87,124). Sum of RGB (Red+Green+Blue) = 65+87+124=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 124 - color contains mainly: blue. Hex color #41577C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41577C is #BEA883. Grayscale: #545454. Windows color (decimal): -12494980 or 8148801. OLE color: 8148801.

HSL color Cylindrical-coordinate representation of color #41577C: hue angle of 217.63º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #41577C is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6587124-
CMYK0.480.3000.51
HSL217.63º31.22%37.06%-
HSV(B)217.63º47.58%48.63%-
XYZ9.239.420.4-
YUV84.64150.21113.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.55%
GREEN value IS 87 (34.38% from 255) = 31.52%
BLUE value IS 124 (48.83% from 255) = 44.93%
R=23.55%
G=31.52%
B=44.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal65871240.480.3000.51217.6331.2237.06
Hex41577C301E033da1f25
Octal10112717460360633323745
Binary1000001101011111111001100001111001100111101101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41577C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,87,124); }

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

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

 a { background-color: rgb(65,87,124); }

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

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

 span { border-color: rgb(65,87,124); }

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