#4954A9

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

Shades of Governor Bay #4954A9

Tints of Governor Bay #4954A9

Color information

#4954A9 (or 0x4954A9) is unknown color: approx Governor Bay. HEX triplet: 49, 54 and A9. RGB value is (73,84,169). Sum of RGB (Red+Green+Blue) = 73+84+169=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 169 (66.41% from 255 or 51.84% from 326); Max value from RGB is 169 - color contains mainly: blue. Hex color #4954A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4954A9 is #B6AB56. Grayscale: #5A5A5A. Windows color (decimal): -11971415 or 11097161. OLE color: 11097161.

HSL color Cylindrical-coordinate representation of color #4954A9: hue angle of 233.12º 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 #4954A9 is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB7384169-
CMYK0.570.5000.34
HSL233.12º39.67%47.45%-
HSV(B)233.12º56.8%66.27%-
XYZ13.0810.6238.9-
YUV90.4172.36115.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.39%
GREEN value IS 84 (33.20% from 255) = 25.77%
BLUE value IS 169 (66.41% from 255) = 51.84%
R=22.39%
G=25.77%
B=51.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal73841690.570.5000.34233.1239.6747.45
Hex4954A93932022e9282f
Octal11112425171620423515057
Binary1001001101010010101001111001110010010001011101001101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4954A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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