#405777

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

Shades of Chambray #405777

Tints of Chambray #405777

Color information

#405777 (or 0x405777) is unknown color: approx Chambray. HEX triplet: 40, 57 and 77. RGB value is (64,87,119). Sum of RGB (Red+Green+Blue) = 64+87+119=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 119 - color contains mainly: blue. Hex color #405777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405777 is #BFA888. Grayscale: #535353. Windows color (decimal): -12560521 or 7821120. OLE color: 7821120.

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

Color convert

RGB6487119-
CMYK0.460.2700.53
HSL214.91º30.05%35.88%-
HSV(B)214.91º46.22%46.67%-
XYZ8.859.2418.77-
YUV83.77147.88113.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.70%
GREEN value IS 87 (34.38% from 255) = 32.22%
BLUE value IS 119 (46.88% from 255) = 44.07%
R=23.70%
G=32.22%
B=44.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64871190.460.2700.53214.9130.0535.88
Hex4057772E1B035d71e24
Octal10012716756330653273644
Binary1000000101011111101111011101101101101011101011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405777; }

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

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

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

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

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

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

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

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