#404978

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

Shades of Port Gore #404978

Tints of Port Gore #404978

Color information

#404978 (or 0x404978) is unknown color: approx Port Gore. HEX triplet: 40, 49 and 78. RGB value is (64,73,120). Sum of RGB (Red+Green+Blue) = 64+73+120=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 120 - color contains mainly: blue. Hex color #404978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404978 is #BFB687. Grayscale: #4B4B4B. Windows color (decimal): -12564104 or 7883072. OLE color: 7883072.

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

Color convert

RGB6473120-
CMYK0.470.3900.53
HSL230.36º30.43%36.08%-
HSV(B)230.36º46.67%47.06%-
XYZ7.897.2118.75-
YUV75.67153.02119.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.90%
GREEN value IS 73 (28.91% from 255) = 28.40%
BLUE value IS 120 (47.27% from 255) = 46.69%
R=24.90%
G=28.40%
B=46.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64731200.470.3900.53230.3630.4336.08
Hex4049782F27035e61e24
Octal10011117057470653463644
Binary10000001001001111100010111110011101101011110011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404978; }

 p { color: rgb(64,73,120); }

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

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

 a { background-color: rgb(64,73,120); }

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

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

 span { border-color: rgb(64,73,120); }

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