#404776

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

Shades of Port Gore #404776

Tints of Port Gore #404776

Color information

#404776 (or 0x404776) is unknown color: approx Port Gore. HEX triplet: 40, 47 and 76. RGB value is (64,71,118). Sum of RGB (Red+Green+Blue) = 64+71+118=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #404776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404776 is #BFB889. Grayscale: #4A4A4A. Windows color (decimal): -12564618 or 7751488. OLE color: 7751488.

HSL color Cylindrical-coordinate representation of color #404776: hue angle of 232.22º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #404776 is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6471118-
CMYK0.460.4000.54
HSL232.22º29.67%35.69%-
HSV(B)232.22º45.76%46.27%-
XYZ7.646.918.07-
YUV74.26152.68120.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.30%
GREEN value IS 71 (28.12% from 255) = 28.06%
BLUE value IS 118 (46.48% from 255) = 46.64%
R=25.30%
G=28.06%
B=46.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64711180.460.4000.54232.2229.6735.69
Hex4047762E28036e81e24
Octal10010716656500663503644
Binary10000001000111111011010111010100001101101110100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404776; }

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

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

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

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

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

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

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

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