#404970

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

Shades of Port Gore #404970

Tints of Port Gore #404970

Color information

#404970 (or 0x404970) is unknown color: approx Port Gore. HEX triplet: 40, 49 and 70. RGB value is (64,73,112). Sum of RGB (Red+Green+Blue) = 64+73+112=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: blue. Hex color #404970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404970 is #BFB68F. Grayscale: #4A4A4A. Windows color (decimal): -12564112 or 7358784. OLE color: 7358784.

HSL color Cylindrical-coordinate representation of color #404970: hue angle of 228.75º 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 #404970 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6473112-
CMYK0.430.3500.56
HSL228.75º27.27%34.51%-
HSV(B)228.75º42.86%43.92%-
XYZ7.427.0216.29-
YUV74.76149.02120.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.70%
GREEN value IS 73 (28.91% from 255) = 29.32%
BLUE value IS 112 (44.14% from 255) = 44.98%
R=25.70%
G=29.32%
B=44.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64731120.430.3500.56228.7527.2734.51
Hex4049702B23038e51b23
Octal10011116053430703453343
Binary10000001001001111000010101110001101110001110010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404970; }

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

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

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

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

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

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

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

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