#405679

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

Shades of Chambray #405679

Tints of Chambray #405679

Color information

#405679 (or 0x405679) is unknown color: approx Chambray. HEX triplet: 40, 56 and 79. RGB value is (64,86,121). Sum of RGB (Red+Green+Blue) = 64+86+121=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 121 (47.66% from 255 or 44.65% from 271); Max value from RGB is 121 - color contains mainly: blue. Hex color #405679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405679 is #BFA986. Grayscale: #535353. Windows color (decimal): -12560775 or 7951936. OLE color: 7951936.

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

Color convert

RGB6486121-
CMYK0.470.2900.53
HSL216.84º30.81%36.27%-
HSV(B)216.84º47.11%47.45%-
XYZ8.899.1319.38-
YUV83.41149.21114.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.62%
GREEN value IS 86 (33.98% from 255) = 31.73%
BLUE value IS 121 (47.66% from 255) = 44.65%
R=23.62%
G=31.73%
B=44.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64861210.470.2900.53216.8430.8136.27
Hex4056792F1D035d91f24
Octal10012617157350653313744
Binary1000000101011011110011011111110101101011101100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405679; }

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

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

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

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

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

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

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

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