#405678

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

Shades of Chambray #405678

Tints of Chambray #405678

Color information

#405678 (or 0x405678) is unknown color: approx Chambray. HEX triplet: 40, 56 and 78. RGB value is (64,86,120). Sum of RGB (Red+Green+Blue) = 64+86+120=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 120 - color contains mainly: blue. Hex color #405678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405678 is #BFA987. Grayscale: #535353. Windows color (decimal): -12560776 or 7886400. OLE color: 7886400.

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

Color convert

RGB6486120-
CMYK0.470.2800.53
HSL216.43º30.43%36.08%-
HSV(B)216.43º46.67%47.06%-
XYZ8.839.119.06-
YUV83.3148.71114.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.70%
GREEN value IS 86 (33.98% from 255) = 31.85%
BLUE value IS 120 (47.27% from 255) = 44.44%
R=23.70%
G=31.85%
B=44.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64861200.470.2800.53216.4330.4336.08
Hex4056782F1C035d81e24
Octal10012617057340653303644
Binary1000000101011011110001011111110001101011101100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405678; }

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

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

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

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

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

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

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

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