#405479

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

Shades of Chambray #405479

Tints of Chambray #405479

Color information

#405479 (or 0x405479) is unknown color: approx Chambray. HEX triplet: 40, 54 and 79. RGB value is (64,84,121). Sum of RGB (Red+Green+Blue) = 64+84+121=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 121 - color contains mainly: blue. Hex color #405479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405479 is #BFAB86. Grayscale: #525252. Windows color (decimal): -12561287 or 7951424. OLE color: 7951424.

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

Color convert

RGB6484121-
CMYK0.470.3100.53
HSL218.95º30.81%36.27%-
HSV(B)218.95º47.11%47.45%-
XYZ8.748.8119.33-
YUV82.24149.87114.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.79%
GREEN value IS 84 (33.20% from 255) = 31.23%
BLUE value IS 121 (47.66% from 255) = 44.98%
R=23.79%
G=31.23%
B=44.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64841210.470.3100.53218.9530.8136.27
Hex4054792F1F035db1f24
Octal10012417157370653333744
Binary1000000101010011110011011111111101101011101101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405479; }

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

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

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

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

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

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

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

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