#404EA2

Color #404EA2 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #404EA2

Tints of Governor Bay #404EA2

Color information

#404EA2 (or 0x404EA2) is unknown color: approx Governor Bay. HEX triplet: 40, 4E and A2. RGB value is (64,78,162). Sum of RGB (Red+Green+Blue) = 64+78+162=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 162 (63.67% from 255 or 53.29% from 304); Max value from RGB is 162 - color contains mainly: blue. Hex color #404EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404EA2 is #BFB15D. Grayscale: #535353. Windows color (decimal): -12562782 or 10636864. OLE color: 10636864.

HSL color Cylindrical-coordinate representation of color #404EA2: hue angle of 231.43º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #404EA2 is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6478162-
CMYK0.600.5200.36
HSL231.43º43.36%44.31%-
HSV(B)231.43º60.49%63.53%-
XYZ11.369.1535.35-
YUV83.39172.36114.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.05%
GREEN value IS 78 (30.86% from 255) = 25.66%
BLUE value IS 162 (63.67% from 255) = 53.29%
R=21.05%
G=25.66%
B=53.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal64781620.600.5200.36231.4343.3644.31
Hex404EA23C34024e72b2c
Octal10011624274640443475354
Binary1000000100111010100010111100110100010010011100111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,78,162); }

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

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

 a { background-color: rgb(64,78,162); }

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

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

 span { border-color: rgb(64,78,162); }

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