#404661

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

Shades of Port Gore #404661

Tints of Port Gore #404661

Color information

#404661 (or 0x404661) is unknown color: approx Port Gore. HEX triplet: 40, 46 and 61. RGB value is (64,70,97). Sum of RGB (Red+Green+Blue) = 64+70+97=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 97 - color contains mainly: blue. Hex color #404661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404661 is #BFB99E. Grayscale: #474747. Windows color (decimal): -12564895 or 6374976. OLE color: 6374976.

HSL color Cylindrical-coordinate representation of color #404661: hue angle of 229.09º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #404661 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB647097-
CMYK0.340.2800.62
HSL229.09º20.5%31.57%-
HSV(B)229.09º34.02%38.04%-
XYZ6.466.3312.19-
YUV71.28142.51122.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.71%
GREEN value IS 70 (27.73% from 255) = 30.30%
BLUE value IS 97 (38.28% from 255) = 41.99%
R=27.71%
G=30.30%
B=41.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6470970.340.2800.62229.0920.531.57
Hex404661221C03Ee51420
Octal10010614142340763452440
Binary1000000100011011000011000101110001111101110010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404661; }

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

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

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

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

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

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

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

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