#404877

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

Shades of Port Gore #404877

Tints of Port Gore #404877

Color information

#404877 (or 0x404877) is unknown color: approx Port Gore. HEX triplet: 40, 48 and 77. RGB value is (64,72,119). Sum of RGB (Red+Green+Blue) = 64+72+119=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 119 - color contains mainly: blue. Hex color #404877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404877 is #BFB788. Grayscale: #4A4A4A. Windows color (decimal): -12564361 or 7817280. OLE color: 7817280.

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

Color convert

RGB6472119-
CMYK0.460.3900.53
HSL231.27º30.05%35.88%-
HSV(B)231.27º46.22%46.67%-
XYZ7.767.0618.41-
YUV74.97152.85120.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.10%
GREEN value IS 72 (28.52% from 255) = 28.24%
BLUE value IS 119 (46.88% from 255) = 46.67%
R=25.10%
G=28.24%
B=46.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64721190.460.3900.53231.2730.0535.88
Hex4048772E27035e71e24
Octal10011016756470653473644
Binary10000001001000111011110111010011101101011110011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404877; }

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

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

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

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

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

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

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

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