#404962

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

Shades of Port Gore #404962

Tints of Port Gore #404962

Color information

#404962 (or 0x404962) is unknown color: approx Port Gore. HEX triplet: 40, 49 and 62. RGB value is (64,73,98). Sum of RGB (Red+Green+Blue) = 64+73+98=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 98 - color contains mainly: blue. Hex color #404962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404962 is #BFB69D. Grayscale: #494949. Windows color (decimal): -12564126 or 6441280. OLE color: 6441280.

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

Color convert

RGB647398-
CMYK0.350.2600.62
HSL224.12º20.99%31.76%-
HSV(B)224.12º34.69%38.43%-
XYZ6.76.7412.5-
YUV73.16142.02121.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.23%
GREEN value IS 73 (28.91% from 255) = 31.06%
BLUE value IS 98 (38.67% from 255) = 41.70%
R=27.23%
G=31.06%
B=41.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6473980.350.2600.62224.1220.9931.76
Hex404962231A03Ee01520
Octal10011114243320763402540
Binary1000000100100111000101000111101001111101110000010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404962; }

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

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

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

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

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

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

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

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