#404770

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

Shades of Port Gore #404770

Tints of Port Gore #404770

Color information

#404770 (or 0x404770) is unknown color: approx Port Gore. HEX triplet: 40, 47 and 70. RGB value is (64,71,112). Sum of RGB (Red+Green+Blue) = 64+71+112=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #404770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404770 is #BFB88F. Grayscale: #494949. Windows color (decimal): -12564624 or 7358272. OLE color: 7358272.

HSL color Cylindrical-coordinate representation of color #404770: hue angle of 231.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #404770 is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6471112-
CMYK0.430.3700.56
HSL231.25º27.27%34.51%-
HSV(B)231.25º42.86%43.92%-
XYZ7.296.7716.25-
YUV73.58149.68121.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.91%
GREEN value IS 71 (28.12% from 255) = 28.74%
BLUE value IS 112 (44.14% from 255) = 45.34%
R=25.91%
G=28.74%
B=45.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64711120.430.3700.56231.2527.2734.51
Hex4047702B25038e71b23
Octal10010716053450703473343
Binary10000001000111111000010101110010101110001110011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404770; }

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

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

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

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

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

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

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

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