#41557A

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

Shades of Chambray #41557A

Tints of Chambray #41557A

Color information

#41557A (or 0x41557A) is unknown color: approx Chambray. HEX triplet: 41, 55 and 7A. RGB value is (65,85,122). Sum of RGB (Red+Green+Blue) = 65+85+122=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 122 - color contains mainly: blue. Hex color #41557A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41557A is #BEAA85. Grayscale: #535353. Windows color (decimal): -12495494 or 8017217. OLE color: 8017217.

HSL color Cylindrical-coordinate representation of color #41557A: hue angle of 218.95º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #41557A is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6585122-
CMYK0.470.3000.52
HSL218.95º30.48%36.67%-
HSV(B)218.95º46.72%47.84%-
XYZ8.949.0319.68-
YUV83.24149.87114.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.90%
GREEN value IS 85 (33.59% from 255) = 31.25%
BLUE value IS 122 (48.05% from 255) = 44.85%
R=23.90%
G=31.25%
B=44.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal65851220.470.3000.52218.9530.4836.67
Hex41557A2F1E034db1e25
Octal10112517257360643333645
Binary1000001101010111110101011111111001101001101101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41557A; }

 p { color: rgb(65,85,122); }

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

<style>
 a { background-color: #41557A; }

 a { background-color: rgb(65,85,122); }

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

<style>
 span { border-color: #41557A; }

 span { border-color: rgb(65,85,122); }

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