#415776

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

Shades of Chambray #415776

Tints of Chambray #415776

Color information

#415776 (or 0x415776) is unknown color: approx Chambray. HEX triplet: 41, 57 and 76. RGB value is (65,87,118). Sum of RGB (Red+Green+Blue) = 65+87+118=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 118 - color contains mainly: blue. Hex color #415776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415776 is #BEA889. Grayscale: #535353. Windows color (decimal): -12494986 or 7755585. OLE color: 7755585.

HSL color Cylindrical-coordinate representation of color #415776: hue angle of 215.09º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #415776 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6587118-
CMYK0.450.2600.54
HSL215.09º28.96%35.88%-
HSV(B)215.09º44.92%46.27%-
XYZ8.869.2518.46-
YUV83.96147.21114.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.07%
GREEN value IS 87 (34.38% from 255) = 32.22%
BLUE value IS 118 (46.48% from 255) = 43.70%
R=24.07%
G=32.22%
B=43.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65871180.450.2600.54215.0928.9635.88
Hex4157762D1A036d71d24
Octal10112716655320663273544
Binary1000001101011111101101011011101001101101101011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415776; }

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

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

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

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

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

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

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

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