#405978

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

Shades of Chambray #405978

Tints of Chambray #405978

Color information

#405978 (or 0x405978) is unknown color: approx Chambray. HEX triplet: 40, 59 and 78. RGB value is (64,89,120). Sum of RGB (Red+Green+Blue) = 64+89+120=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 120 - color contains mainly: blue. Hex color #405978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405978 is #BFA687. Grayscale: #545454. Windows color (decimal): -12560008 or 7887168. OLE color: 7887168.

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

Color convert

RGB6489120-
CMYK0.470.2600.53
HSL213.21º30.43%36.08%-
HSV(B)213.21º46.67%47.06%-
XYZ9.089.5919.14-
YUV85.06147.72112.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.44%
GREEN value IS 89 (35.16% from 255) = 32.60%
BLUE value IS 120 (47.27% from 255) = 43.96%
R=23.44%
G=32.60%
B=43.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64891200.470.2600.53213.2130.4336.08
Hex4059782F1A035d51e24
Octal10013117057320653253644
Binary1000000101100111110001011111101001101011101010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405978; }

 p { color: rgb(64,89,120); }

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

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

 a { background-color: rgb(64,89,120); }

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

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

 span { border-color: rgb(64,89,120); }

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