#405676

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

Shades of Chambray #405676

Tints of Chambray #405676

Color information

#405676 (or 0x405676) is unknown color: approx Chambray. HEX triplet: 40, 56 and 76. RGB value is (64,86,118). Sum of RGB (Red+Green+Blue) = 64+86+118=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: blue. Hex color #405676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405676 is #BFA989. Grayscale: #525252. Windows color (decimal): -12560778 or 7755328. OLE color: 7755328.

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

Color convert

RGB6486118-
CMYK0.460.2700.54
HSL215.56º29.67%35.69%-
HSV(B)215.56º45.76%46.27%-
XYZ8.719.0518.43-
YUV83.07147.71114.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.88%
GREEN value IS 86 (33.98% from 255) = 32.09%
BLUE value IS 118 (46.48% from 255) = 44.03%
R=23.88%
G=32.09%
B=44.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64861180.460.2700.54215.5629.6735.69
Hex4056762E1B036d81e24
Octal10012616656330663303644
Binary1000000101011011101101011101101101101101101100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405676; }

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

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

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

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

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

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

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

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