#405478

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

Shades of Chambray #405478

Tints of Chambray #405478

Color information

#405478 (or 0x405478) is unknown color: approx Chambray. HEX triplet: 40, 54 and 78. RGB value is (64,84,120). Sum of RGB (Red+Green+Blue) = 64+84+120=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 120 - color contains mainly: blue. Hex color #405478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405478 is #BFAB87. Grayscale: #515151. Windows color (decimal): -12561288 or 7885888. OLE color: 7885888.

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

Color convert

RGB6484120-
CMYK0.470.300.53
HSL218.57º30.43%36.08%-
HSV(B)218.57º46.67%47.06%-
XYZ8.678.7919.01-
YUV82.12149.37115.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.88%
GREEN value IS 84 (33.20% from 255) = 31.34%
BLUE value IS 120 (47.27% from 255) = 44.78%
R=23.88%
G=31.34%
B=44.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64841200.470.300.53218.5730.4336.08
Hex4054782F1E035db1e24
Octal10012417057360653333644
Binary1000000101010011110001011111111001101011101101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405478; }

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

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

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

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

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

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

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

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