#404762

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

Shades of Port Gore #404762

Tints of Port Gore #404762

Color information

#404762 (or 0x404762) is unknown color: approx Port Gore. HEX triplet: 40, 47 and 62. RGB value is (64,71,98). Sum of RGB (Red+Green+Blue) = 64+71+98=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 98 - color contains mainly: blue. Hex color #404762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404762 is #BFB89D. Grayscale: #474747. Windows color (decimal): -12564638 or 6440768. OLE color: 6440768.

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

Color convert

RGB647198-
CMYK0.350.2800.62
HSL227.65º20.99%31.76%-
HSV(B)227.65º34.69%38.43%-
XYZ6.576.4812.46-
YUV71.98142.68122.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.47%
GREEN value IS 71 (28.12% from 255) = 30.47%
BLUE value IS 98 (38.67% from 255) = 42.06%
R=27.47%
G=30.47%
B=42.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6471980.350.2800.62227.6520.9931.76
Hex404762231C03Ee41520
Octal10010714243340763442540
Binary1000000100011111000101000111110001111101110010010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404762; }

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

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

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

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

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

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

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

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