#405579

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

Shades of Chambray #405579

Tints of Chambray #405579

Color information

#405579 (or 0x405579) is unknown color: approx Chambray. HEX triplet: 40, 55 and 79. RGB value is (64,85,121). Sum of RGB (Red+Green+Blue) = 64+85+121=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 121 - color contains mainly: blue. Hex color #405579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405579 is #BFAA86. Grayscale: #525252. Windows color (decimal): -12561031 or 7951680. OLE color: 7951680.

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

Color convert

RGB6485121-
CMYK0.470.3000.53
HSL217.89º30.81%36.27%-
HSV(B)217.89º47.11%47.45%-
XYZ8.818.9719.36-
YUV82.82149.54114.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.70%
GREEN value IS 85 (33.59% from 255) = 31.48%
BLUE value IS 121 (47.66% from 255) = 44.81%
R=23.70%
G=31.48%
B=44.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64851210.470.3000.53217.8930.8136.27
Hex4055792F1E035da1f24
Octal10012517157360653323744
Binary1000000101010111110011011111111001101011101101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405579; }

 p { color: rgb(64,85,121); }

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

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

 a { background-color: rgb(64,85,121); }

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

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

 span { border-color: rgb(64,85,121); }

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