#404EA5

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

Shades of Governor Bay #404EA5

Tints of Governor Bay #404EA5

Color information

#404EA5 (or 0x404EA5) is unknown color: approx Governor Bay. HEX triplet: 40, 4E and A5. RGB value is (64,78,165). Sum of RGB (Red+Green+Blue) = 64+78+165=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 165 (64.84% from 255 or 53.75% from 307); Max value from RGB is 165 - color contains mainly: blue. Hex color #404EA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404EA5 is #BFB15A. Grayscale: #535353. Windows color (decimal): -12562779 or 10833472. OLE color: 10833472.

HSL color Cylindrical-coordinate representation of color #404EA5: hue angle of 231.68º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #404EA5 is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6478165-
CMYK0.610.5300.35
HSL231.68º44.1%44.9%-
HSV(B)231.68º61.21%64.71%-
XYZ11.639.2636.77-
YUV83.73173.86113.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.85%
GREEN value IS 78 (30.86% from 255) = 25.41%
BLUE value IS 165 (64.84% from 255) = 53.75%
R=20.85%
G=25.41%
B=53.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal64781650.610.5300.35231.6844.144.9
Hex404EA53D35023e82c2d
Octal10011624575650433505455
Binary1000000100111010100101111101110101010001111101000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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