#405A77

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

Shades of Chambray #405A77

Tints of Chambray #405A77

Color information

#405A77 (or 0x405A77) is unknown color: approx Chambray. HEX triplet: 40, 5A and 77. RGB value is (64,90,119). Sum of RGB (Red+Green+Blue) = 64+90+119=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 119 - color contains mainly: blue. Hex color #405A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405A77 is #BFA588. Grayscale: #555555. Windows color (decimal): -12559753 or 7821888. OLE color: 7821888.

HSL color Cylindrical-coordinate representation of color #405A77: hue angle of 211.64º 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 #405A77 is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6490119-
CMYK0.460.2400.53
HSL211.64º30.05%35.88%-
HSV(B)211.64º46.22%46.67%-
XYZ9.19.7318.85-
YUV85.53146.89112.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.44%
GREEN value IS 90 (35.55% from 255) = 32.97%
BLUE value IS 119 (46.88% from 255) = 43.59%
R=23.44%
G=32.97%
B=43.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64901190.460.2400.53211.6430.0535.88
Hex405A772E18035d41e24
Octal10013216756300653243644
Binary1000000101101011101111011101100001101011101010011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405A77; }

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

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

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

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

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

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

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

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