#405677

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

Shades of Chambray #405677

Tints of Chambray #405677

Color information

#405677 (or 0x405677) is unknown color: approx Chambray. HEX triplet: 40, 56 and 77. RGB value is (64,86,119). Sum of RGB (Red+Green+Blue) = 64+86+119=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 119 - color contains mainly: blue. Hex color #405677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405677 is #BFA988. Grayscale: #535353. Windows color (decimal): -12560777 or 7820864. OLE color: 7820864.

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

Color convert

RGB6486119-
CMYK0.460.2800.53
HSL216º30.05%35.88%-
HSV(B)216º46.22%46.67%-
XYZ8.779.0818.74-
YUV83.18148.21114.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.79%
GREEN value IS 86 (33.98% from 255) = 31.97%
BLUE value IS 119 (46.88% from 255) = 44.24%
R=23.79%
G=31.97%
B=44.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64861190.460.2800.5321630.0535.88
Hex4056772E1C035d81e24
Octal10012616756340653303644
Binary1000000101011011101111011101110001101011101100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405677; }

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

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

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

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

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

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

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

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