#404DA1

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

Shades of Governor Bay #404DA1

Tints of Governor Bay #404DA1

Color information

#404DA1 (or 0x404DA1) is unknown color: approx Governor Bay. HEX triplet: 40, 4D and A1. RGB value is (64,77,161). Sum of RGB (Red+Green+Blue) = 64+77+161=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 161 (63.28% from 255 or 53.31% from 302); Max value from RGB is 161 - color contains mainly: blue. Hex color #404DA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404DA1 is #BFB25E. Grayscale: #525252. Windows color (decimal): -12563039 or 10571072. OLE color: 10571072.

HSL color Cylindrical-coordinate representation of color #404DA1: hue angle of 231.96º 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 #404DA1 is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6477161-
CMYK0.600.5200.37
HSL231.96º43.11%44.12%-
HSV(B)231.96º60.25%63.14%-
XYZ11.28.9734.86-
YUV82.69172.19114.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.19%
GREEN value IS 77 (30.47% from 255) = 25.50%
BLUE value IS 161 (63.28% from 255) = 53.31%
R=21.19%
G=25.50%
B=53.31%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal64771610.600.5200.37231.9643.1144.12
Hex404DA13C34025e82b2c
Octal10011524174640453505354
Binary1000000100110110100001111100110100010010111101000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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