#414FA9

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

Shades of Governor Bay #414FA9

Tints of Governor Bay #414FA9

Color information

#414FA9 (or 0x414FA9) is unknown color: approx Governor Bay. HEX triplet: 41, 4F and A9. RGB value is (65,79,169). Sum of RGB (Red+Green+Blue) = 65+79+169=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 169 (66.41% from 255 or 53.99% from 313); Max value from RGB is 169 - color contains mainly: blue. Hex color #414FA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #414FA9 is #BEB056. Grayscale: #545454. Windows color (decimal): -12496983 or 11095873. OLE color: 11095873.

HSL color Cylindrical-coordinate representation of color #414FA9: hue angle of 231.92º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #414FA9 is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB6579169-
CMYK0.620.5300.34
HSL231.92º44.44%45.88%-
HSV(B)231.92º61.54%66.27%-
XYZ12.149.5838.75-
YUV85.07175.36113.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.77%
GREEN value IS 79 (31.25% from 255) = 25.24%
BLUE value IS 169 (66.41% from 255) = 53.99%
R=20.77%
G=25.24%
B=53.99%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal65791690.620.5300.34231.9244.4445.88
Hex414FA93E35022e82c2e
Octal10111725176650423505456
Binary1000001100111110101001111110110101010001011101000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414FA9; }

 p { color: rgb(65,79,169); }

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

<style>
 a { background-color: #414FA9; }

 a { background-color: rgb(65,79,169); }

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

<style>
 span { border-color: #414FA9; }

 span { border-color: rgb(65,79,169); }

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