#415676

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

Shades of Chambray #415676

Tints of Chambray #415676

Color information

#415676 (or 0x415676) is unknown color: approx Chambray. HEX triplet: 41, 56 and 76. RGB value is (65,86,118). Sum of RGB (Red+Green+Blue) = 65+86+118=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 118 - color contains mainly: blue. Hex color #415676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415676 is #BEA989. Grayscale: #535353. Windows color (decimal): -12495242 or 7755329. OLE color: 7755329.

HSL color Cylindrical-coordinate representation of color #415676: hue angle of 216.23º 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 #415676 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6586118-
CMYK0.450.2700.54
HSL216.23º28.96%35.88%-
HSV(B)216.23º44.92%46.27%-
XYZ8.789.0918.43-
YUV83.37147.54114.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.16%
GREEN value IS 86 (33.98% from 255) = 31.97%
BLUE value IS 118 (46.48% from 255) = 43.87%
R=24.16%
G=31.97%
B=43.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65861180.450.2700.54216.2328.9635.88
Hex4156762D1B036d81d24
Octal10112616655330663303544
Binary1000001101011011101101011011101101101101101100011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415676; }

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

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

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

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

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

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

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

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