#404A6D

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

Shades of Port Gore #404A6D

Tints of Port Gore #404A6D

Color information

#404A6D (or 0x404A6D) is unknown color: approx Port Gore. HEX triplet: 40, 4A and 6D. RGB value is (64,74,109). Sum of RGB (Red+Green+Blue) = 64+74+109=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 109 - color contains mainly: blue. Hex color #404A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404A6D is #BFB592. Grayscale: #4A4A4A. Windows color (decimal): -12563859 or 7162432. OLE color: 7162432.

HSL color Cylindrical-coordinate representation of color #404A6D: hue angle of 226.67º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #404A6D is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6474109-
CMYK0.410.3200.57
HSL226.67º26.01%33.92%-
HSV(B)226.67º41.28%42.75%-
XYZ7.327.0915.45-
YUV75147.19120.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.91%
GREEN value IS 74 (29.30% from 255) = 29.96%
BLUE value IS 109 (42.97% from 255) = 44.13%
R=25.91%
G=29.96%
B=44.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64741090.410.3200.57226.6726.0133.92
Hex404A6D2920039e31a22
Octal10011215551400713433242
Binary10000001001010110110110100110000001110011110001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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