#404763

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

Shades of Port Gore #404763

Tints of Port Gore #404763

Color information

#404763 (or 0x404763) is unknown color: approx Port Gore. HEX triplet: 40, 47 and 63. RGB value is (64,71,99). Sum of RGB (Red+Green+Blue) = 64+71+99=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: blue. Hex color #404763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404763 is #BFB89C. Grayscale: #474747. Windows color (decimal): -12564637 or 6506304. OLE color: 6506304.

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

Color convert

RGB647199-
CMYK0.350.2800.61
HSL228º21.47%31.96%-
HSV(B)228º35.35%38.82%-
XYZ6.626.512.71-
YUV72.1143.18122.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.35%
GREEN value IS 71 (28.12% from 255) = 30.34%
BLUE value IS 99 (39.06% from 255) = 42.31%
R=27.35%
G=30.34%
B=42.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6471990.350.2800.6122821.4731.96
Hex404763231C03De41520
Octal10010714343340753442540
Binary1000000100011111000111000111110001111011110010010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404763; }

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

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

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

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

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

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

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

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