#4959A9

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

Shades of Governor Bay #4959A9

Tints of Governor Bay #4959A9

Color information

#4959A9 (or 0x4959A9) is unknown color: approx Governor Bay. HEX triplet: 49, 59 and A9. RGB value is (73,89,169). Sum of RGB (Red+Green+Blue) = 73+89+169=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 169 (66.41% from 255 or 51.06% from 331); Max value from RGB is 169 - color contains mainly: blue. Hex color #4959A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4959A9 is #B6A656. Grayscale: #5D5D5D. Windows color (decimal): -11970135 or 11098441. OLE color: 11098441.

HSL color Cylindrical-coordinate representation of color #4959A9: hue angle of 230º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4959A9 is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB7389169-
CMYK0.570.4700.34
HSL230º39.67%47.45%-
HSV(B)230º56.8%66.27%-
XYZ13.4811.4339.03-
YUV93.34170.7113.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.05%
GREEN value IS 89 (35.16% from 255) = 26.89%
BLUE value IS 169 (66.41% from 255) = 51.06%
R=22.05%
G=26.89%
B=51.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal73891690.570.4700.3423039.6747.45
Hex4959A9392F022e6282f
Octal11113125171570423465057
Binary1001001101100110101001111001101111010001011100110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4959A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4959A9; }

 p { color: rgb(73,89,169); }

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

<style>
 a { background-color: #4959A9; }

 a { background-color: rgb(73,89,169); }

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

<style>
 span { border-color: #4959A9; }

 span { border-color: rgb(73,89,169); }

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