#41567C

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

Shades of Chambray #41567C

Tints of Chambray #41567C

Color information

#41567C (or 0x41567C) is unknown color: approx Chambray. HEX triplet: 41, 56 and 7C. RGB value is (65,86,124). Sum of RGB (Red+Green+Blue) = 65+86+124=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 124 - color contains mainly: blue. Hex color #41567C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41567C is #BEA983. Grayscale: #535353. Windows color (decimal): -12495236 or 8148545. OLE color: 8148545.

HSL color Cylindrical-coordinate representation of color #41567C: hue angle of 218.64º 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 #41567C is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6586124-
CMYK0.480.3100.51
HSL218.64º31.22%37.06%-
HSV(B)218.64º47.58%48.63%-
XYZ9.159.2320.37-
YUV84.05150.54114.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.64%
GREEN value IS 86 (33.98% from 255) = 31.27%
BLUE value IS 124 (48.83% from 255) = 45.09%
R=23.64%
G=31.27%
B=45.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal65861240.480.3100.51218.6431.2237.06
Hex41567C301F033db1f25
Octal10112617460370633333745
Binary1000001101011011111001100001111101100111101101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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