#404560

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

Shades of Port Gore #404560

Tints of Port Gore #404560

Color information

#404560 (or 0x404560) is unknown color: approx Port Gore. HEX triplet: 40, 45 and 60. RGB value is (64,69,96). Sum of RGB (Red+Green+Blue) = 64+69+96=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 96 - color contains mainly: blue. Hex color #404560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404560 is #BFBA9F. Grayscale: #464646. Windows color (decimal): -12565152 or 6309184. OLE color: 6309184.

HSL color Cylindrical-coordinate representation of color #404560: hue angle of 230.62º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #404560 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB646996-
CMYK0.330.2800.62
HSL230.62º20%31.37%-
HSV(B)230.62º33.33%37.65%-
XYZ6.356.1911.93-
YUV70.58142.34123.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.95%
GREEN value IS 69 (27.34% from 255) = 30.13%
BLUE value IS 96 (37.89% from 255) = 41.92%
R=27.95%
G=30.13%
B=41.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6469960.330.2800.62230.622031.37
Hex404560211C03Ee7141f
Octal10010514041340763472437
Binary100000010001011100000100001111000111110111001111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404560; }

 p { color: rgb(64,69,96); }

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

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

 a { background-color: rgb(64,69,96); }

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

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

 span { border-color: rgb(64,69,96); }

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