#404561

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

Shades of Port Gore #404561

Tints of Port Gore #404561

Color information

#404561 (or 0x404561) is unknown color: approx Port Gore. HEX triplet: 40, 45 and 61. RGB value is (64,69,97). Sum of RGB (Red+Green+Blue) = 64+69+97=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 97 - color contains mainly: blue. Hex color #404561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404561 is #BFBA9E. Grayscale: #464646. Windows color (decimal): -12565151 or 6374720. OLE color: 6374720.

HSL color Cylindrical-coordinate representation of color #404561: hue angle of 230.91º 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 #404561 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB646997-
CMYK0.340.2900.62
HSL230.91º20.5%31.57%-
HSV(B)230.91º34.02%38.04%-
XYZ6.46.2112.17-
YUV70.7142.84123.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.83%
GREEN value IS 69 (27.34% from 255) = 30%
BLUE value IS 97 (38.28% from 255) = 42.17%
R=27.83%
G=30%
B=42.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6469970.340.2900.62230.9120.531.57
Hex404561221D03Ee71420
Octal10010514142350763472440
Binary1000000100010111000011000101110101111101110011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404561; }

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

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

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

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

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

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

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

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