#404671

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

Shades of Port Gore #404671

Tints of Port Gore #404671

Color information

#404671 (or 0x404671) is unknown color: approx Port Gore. HEX triplet: 40, 46 and 71. RGB value is (64,70,113). Sum of RGB (Red+Green+Blue) = 64+70+113=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 113 - color contains mainly: blue. Hex color #404671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404671 is #BFB98E. Grayscale: #484848. Windows color (decimal): -12564879 or 7423552. OLE color: 7423552.

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

Color convert

RGB6470113-
CMYK0.430.3800.56
HSL232.65º27.68%34.71%-
HSV(B)232.65º43.36%44.31%-
XYZ7.296.6616.52-
YUV73.11150.51121.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.91%
GREEN value IS 70 (27.73% from 255) = 28.34%
BLUE value IS 113 (44.53% from 255) = 45.75%
R=25.91%
G=28.34%
B=45.75%

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
Decimal64701130.430.3800.56232.6527.6834.71
Hex4046712B26038e91c23
Octal10010616153460703513443
Binary10000001000110111000110101110011001110001110100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404671; }

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

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

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

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

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

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

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

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