#404DA0

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

Shades of Governor Bay #404DA0

Tints of Governor Bay #404DA0

Color information

#404DA0 (or 0x404DA0) is unknown color: approx Governor Bay. HEX triplet: 40, 4D and A0. RGB value is (64,77,160). Sum of RGB (Red+Green+Blue) = 64+77+160=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 160 (62.89% from 255 or 53.16% from 301); Max value from RGB is 160 - color contains mainly: blue. Hex color #404DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404DA0 is #BFB25F. Grayscale: #525252. Windows color (decimal): -12563040 or 10505536. OLE color: 10505536.

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

Color convert

RGB6477160-
CMYK0.60.5200.37
HSL231.88º42.86%43.92%-
HSV(B)231.88º60%62.75%-
XYZ11.118.9434.4-
YUV82.57171.69114.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.26%
GREEN value IS 77 (30.47% from 255) = 25.58%
BLUE value IS 160 (62.89% from 255) = 53.16%
R=21.26%
G=25.58%
B=53.16%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal64771600.60.5200.37231.8842.8643.92
Hex404DA03C34025e82b2c
Octal10011524074640453505354
Binary1000000100110110100000111100110100010010111101000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,77,160); }

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

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

 a { background-color: rgb(64,77,160); }

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

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

 span { border-color: rgb(64,77,160); }

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