#404A69

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

Shades of Port Gore #404A69

Tints of Port Gore #404A69

Color information

#404A69 (or 0x404A69) is unknown color: approx Port Gore. HEX triplet: 40, 4A and 69. RGB value is (64,74,105). Sum of RGB (Red+Green+Blue) = 64+74+105=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 105 - color contains mainly: blue. Hex color #404A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404A69 is #BFB596. Grayscale: #4A4A4A. Windows color (decimal): -12563863 or 6900288. OLE color: 6900288.

HSL color Cylindrical-coordinate representation of color #404A69: hue angle of 225.37º 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 #404A69 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6474105-
CMYK0.390.3000.59
HSL225.37º24.26%33.14%-
HSV(B)225.37º39.05%41.18%-
XYZ7.117.0114.34-
YUV74.54145.19120.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.34%
GREEN value IS 74 (29.30% from 255) = 30.45%
BLUE value IS 105 (41.41% from 255) = 43.21%
R=26.34%
G=30.45%
B=43.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64741050.390.3000.59225.3724.2633.14
Hex404A69271E03Be11821
Octal10011215147360733413041
Binary1000000100101011010011001111111001110111110000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404A69; }

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

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

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

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

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

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

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

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