#404572

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

Shades of Port Gore #404572

Tints of Port Gore #404572

Color information

#404572 (or 0x404572) is unknown color: approx Port Gore. HEX triplet: 40, 45 and 72. RGB value is (64,69,114). Sum of RGB (Red+Green+Blue) = 64+69+114=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 114 - color contains mainly: blue. Hex color #404572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404572 is #BFBA8D. Grayscale: #484848. Windows color (decimal): -12565134 or 7488832. OLE color: 7488832.

HSL color Cylindrical-coordinate representation of color #404572: hue angle of 234º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #404572 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6469114-
CMYK0.440.3900.55
HSL234º28.09%34.9%-
HSV(B)234º43.86%44.71%-
XYZ7.286.5616.8-
YUV72.63151.34121.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.91%
GREEN value IS 69 (27.34% from 255) = 27.94%
BLUE value IS 114 (44.92% from 255) = 46.15%
R=25.91%
G=27.94%
B=46.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64691140.440.3900.5523428.0934.9
Hex4045722C27037ea1c23
Octal10010516254470673523443
Binary10000001000101111001010110010011101101111110101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404572; }

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

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

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

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

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

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

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

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