#404963

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

Shades of Port Gore #404963

Tints of Port Gore #404963

Color information

#404963 (or 0x404963) is unknown color: approx Port Gore. HEX triplet: 40, 49 and 63. RGB value is (64,73,99). Sum of RGB (Red+Green+Blue) = 64+73+99=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 99 - color contains mainly: blue. Hex color #404963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404963 is #BFB69C. Grayscale: #494949. Windows color (decimal): -12564125 or 6506816. OLE color: 6506816.

HSL color Cylindrical-coordinate representation of color #404963: hue angle of 224.57º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #404963 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB647399-
CMYK0.350.2600.61
HSL224.57º21.47%31.96%-
HSV(B)224.57º35.35%38.82%-
XYZ6.756.7612.75-
YUV73.27142.52121.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.12%
GREEN value IS 73 (28.91% from 255) = 30.93%
BLUE value IS 99 (39.06% from 255) = 41.95%
R=27.12%
G=30.93%
B=41.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6473990.350.2600.61224.5721.4731.96
Hex404963231A03De11520
Octal10011114343320753412540
Binary1000000100100111000111000111101001111011110000110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404963; }

 p { color: rgb(64,73,99); }

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

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

 a { background-color: rgb(64,73,99); }

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

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

 span { border-color: rgb(64,73,99); }

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