#404662

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

Shades of Port Gore #404662

Tints of Port Gore #404662

Color information

#404662 (or 0x404662) is unknown color: approx Port Gore. HEX triplet: 40, 46 and 62. RGB value is (64,70,98). Sum of RGB (Red+Green+Blue) = 64+70+98=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 98 - color contains mainly: blue. Hex color #404662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404662 is #BFB99D. Grayscale: #474747. Windows color (decimal): -12564894 or 6440512. OLE color: 6440512.

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

Color convert

RGB647098-
CMYK0.350.2900.62
HSL229.41º20.99%31.76%-
HSV(B)229.41º34.69%38.43%-
XYZ6.516.3512.44-
YUV71.4143.01122.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.59%
GREEN value IS 70 (27.73% from 255) = 30.17%
BLUE value IS 98 (38.67% from 255) = 42.24%
R=27.59%
G=30.17%
B=42.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6470980.350.2900.62229.4120.9931.76
Hex404662231D03Ee51520
Octal10010614243350763452540
Binary1000000100011011000101000111110101111101110010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404662; }

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

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

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

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

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

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

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

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