#41567A

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

Shades of Chambray #41567A

Tints of Chambray #41567A

Color information

#41567A (or 0x41567A) is unknown color: approx Chambray. HEX triplet: 41, 56 and 7A. RGB value is (65,86,122). Sum of RGB (Red+Green+Blue) = 65+86+122=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 122 - color contains mainly: blue. Hex color #41567A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41567A is #BEA985. Grayscale: #535353. Windows color (decimal): -12495238 or 8017473. OLE color: 8017473.

HSL color Cylindrical-coordinate representation of color #41567A: hue angle of 217.89º 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 #41567A is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6586122-
CMYK0.470.3000.52
HSL217.89º30.48%36.67%-
HSV(B)217.89º46.72%47.84%-
XYZ9.029.1819.71-
YUV83.82149.54114.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.81%
GREEN value IS 86 (33.98% from 255) = 31.50%
BLUE value IS 122 (48.05% from 255) = 44.69%
R=23.81%
G=31.50%
B=44.69%

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
Decimal65861220.470.3000.52217.8930.4836.67
Hex41567A2F1E034da1e25
Octal10112617257360643323645
Binary1000001101011011110101011111111001101001101101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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