#404570

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

Shades of Port Gore #404570

Tints of Port Gore #404570

Color information

#404570 (or 0x404570) is unknown color: approx Port Gore. HEX triplet: 40, 45 and 70. RGB value is (64,69,112). Sum of RGB (Red+Green+Blue) = 64+69+112=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #404570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404570 is #BFBA8F. Grayscale: #484848. Windows color (decimal): -12565136 or 7357760. OLE color: 7357760.

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

Color convert

RGB6469112-
CMYK0.430.3800.56
HSL233.75º27.27%34.51%-
HSV(B)233.75º42.86%43.92%-
XYZ7.176.5216.21-
YUV72.41150.34122-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.12%
GREEN value IS 69 (27.34% from 255) = 28.16%
BLUE value IS 112 (44.14% from 255) = 45.71%
R=26.12%
G=28.16%
B=45.71%

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
Decimal64691120.430.3800.56233.7527.2734.51
Hex4045702B26038ea1b23
Octal10010516053460703523343
Binary10000001000101111000010101110011001110001110101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404570; }

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

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

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

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

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

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

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

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