#404670

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

Shades of Port Gore #404670

Tints of Port Gore #404670

Color information

#404670 (or 0x404670) is unknown color: approx Port Gore. HEX triplet: 40, 46 and 70. RGB value is (64,70,112). Sum of RGB (Red+Green+Blue) = 64+70+112=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: blue. Hex color #404670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404670 is #BFB98F. Grayscale: #484848. Windows color (decimal): -12564880 or 7358016. OLE color: 7358016.

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

Color convert

RGB6470112-
CMYK0.430.3800.56
HSL232.5º27.27%34.51%-
HSV(B)232.5º42.86%43.92%-
XYZ7.236.6416.23-
YUV72.99150.01121.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.02%
GREEN value IS 70 (27.73% from 255) = 28.46%
BLUE value IS 112 (44.14% from 255) = 45.53%
R=26.02%
G=28.46%
B=45.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64701120.430.3800.56232.527.2734.51
Hex4046702B26038e81b23
Octal10010616053460703503343
Binary10000001000110111000010101110011001110001110100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404670; }

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

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

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

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

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

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

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

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