#404660

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

Shades of Port Gore #404660

Tints of Port Gore #404660

Color information

#404660 (or 0x404660) is unknown color: approx Port Gore. HEX triplet: 40, 46 and 60. RGB value is (64,70,96). Sum of RGB (Red+Green+Blue) = 64+70+96=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 96 - color contains mainly: blue. Hex color #404660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404660 is #BFB99F. Grayscale: #474747. Windows color (decimal): -12564896 or 6309440. OLE color: 6309440.

HSL color Cylindrical-coordinate representation of color #404660: hue angle of 228.75º 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 #404660 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB647096-
CMYK0.330.2700.62
HSL228.75º20%31.37%-
HSV(B)228.75º33.33%37.65%-
XYZ6.426.3111.95-
YUV71.17142.01122.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.83%
GREEN value IS 70 (27.73% from 255) = 30.43%
BLUE value IS 96 (37.89% from 255) = 41.74%
R=27.83%
G=30.43%
B=41.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6470960.330.2700.62228.752031.37
Hex404660211B03Ee5141f
Octal10010614041330763452437
Binary100000010001101100000100001110110111110111001011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404660; }

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

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

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

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

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

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

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

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