#404A6A

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

Shades of Port Gore #404A6A

Tints of Port Gore #404A6A

Color information

#404A6A (or 0x404A6A) is unknown color: approx Port Gore. HEX triplet: 40, 4A and 6A. RGB value is (64,74,106). Sum of RGB (Red+Green+Blue) = 64+74+106=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 106 (41.80% from 255 or 43.44% from 244); Max value from RGB is 106 - color contains mainly: blue. Hex color #404A6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404A6A is #BFB595. Grayscale: #4A4A4A. Windows color (decimal): -12563862 or 6965824. OLE color: 6965824.

HSL color Cylindrical-coordinate representation of color #404A6A: hue angle of 225.71º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #404A6A is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6474106-
CMYK0.400.3000.58
HSL225.71º24.71%33.33%-
HSV(B)225.71º39.62%41.57%-
XYZ7.167.0314.61-
YUV74.66145.69120.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.23%
GREEN value IS 74 (29.30% from 255) = 30.33%
BLUE value IS 106 (41.80% from 255) = 43.44%
R=26.23%
G=30.33%
B=43.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64741060.400.3000.58225.7124.7133.33
Hex404A6A281E03Ae21921
Octal10011215250360723423141
Binary1000000100101011010101010001111001110101110001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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