#404876

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

Shades of Port Gore #404876

Tints of Port Gore #404876

Color information

#404876 (or 0x404876) is unknown color: approx Port Gore. HEX triplet: 40, 48 and 76. RGB value is (64,72,118). Sum of RGB (Red+Green+Blue) = 64+72+118=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 118 - color contains mainly: blue. Hex color #404876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404876 is #BFB789. Grayscale: #4A4A4A. Windows color (decimal): -12564362 or 7751744. OLE color: 7751744.

HSL color Cylindrical-coordinate representation of color #404876: hue angle of 231.11º 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 #404876 is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6472118-
CMYK0.460.3900.54
HSL231.11º29.67%35.69%-
HSV(B)231.11º45.76%46.27%-
XYZ7.77.0318.09-
YUV74.85152.35120.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.20%
GREEN value IS 72 (28.52% from 255) = 28.35%
BLUE value IS 118 (46.48% from 255) = 46.46%
R=25.20%
G=28.35%
B=46.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64721180.460.3900.54231.1129.6735.69
Hex4048762E27036e71e24
Octal10011016656470663473644
Binary10000001001000111011010111010011101101101110011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404876; }

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

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

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

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

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

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

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

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