#404569

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

Shades of Port Gore #404569

Tints of Port Gore #404569

Color information

#404569 (or 0x404569) is unknown color: approx Port Gore. HEX triplet: 40, 45 and 69. RGB value is (64,69,105). Sum of RGB (Red+Green+Blue) = 64+69+105=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 105 - color contains mainly: blue. Hex color #404569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404569 is #BFBA96. Grayscale: #474747. Windows color (decimal): -12565143 or 6899008. OLE color: 6899008.

HSL color Cylindrical-coordinate representation of color #404569: hue angle of 232.68º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #404569 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6469105-
CMYK0.390.3400.59
HSL232.68º24.26%33.14%-
HSV(B)232.68º39.05%41.18%-
XYZ6.796.3714.24-
YUV71.61146.84122.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.89%
GREEN value IS 69 (27.34% from 255) = 28.99%
BLUE value IS 105 (41.41% from 255) = 44.12%
R=26.89%
G=28.99%
B=44.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64691050.390.3400.59232.6824.2633.14
Hex404569272203Be91821
Octal10010515147420733513041
Binary10000001000101110100110011110001001110111110100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404569; }

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

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

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

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

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

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

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

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