#47549E

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

Shades of Governor Bay #47549E

Tints of Governor Bay #47549E

Color information

#47549E (or 0x47549E) is unknown color: approx Governor Bay. HEX triplet: 47, 54 and 9E. RGB value is (71,84,158). Sum of RGB (Red+Green+Blue) = 71+84+158=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 158 (62.11% from 255 or 50.48% from 313); Max value from RGB is 158 - color contains mainly: blue. Hex color #47549E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47549E is #B8AB61. Grayscale: #585858. Windows color (decimal): -12102498 or 10376263. OLE color: 10376263.

HSL color Cylindrical-coordinate representation of color #47549E: hue angle of 231.03º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #47549E is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7184158-
CMYK0.550.4700.38
HSL231.03º37.99%44.9%-
HSV(B)231.03º55.06%61.96%-
XYZ11.9410.1533.68-
YUV88.55167.19115.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.68%
GREEN value IS 84 (33.20% from 255) = 26.84%
BLUE value IS 158 (62.11% from 255) = 50.48%
R=22.68%
G=26.84%
B=50.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71841580.550.4700.38231.0337.9944.9
Hex47549E372F026e7262d
Octal10712423667570463474655
Binary1000111101010010011110110111101111010011011100111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47549E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47549E; }

 p { color: rgb(71,84,158); }

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

<style>
 a { background-color: #47549E; }

 a { background-color: rgb(71,84,158); }

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

<style>
 span { border-color: #47549E; }

 span { border-color: rgb(71,84,158); }

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