#47559A

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

Shades of Governor Bay #47559A

Tints of Governor Bay #47559A

Color information

#47559A (or 0x47559A) is unknown color: approx Governor Bay. HEX triplet: 47, 55 and 9A. RGB value is (71,85,154). Sum of RGB (Red+Green+Blue) = 71+85+154=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 154 (60.55% from 255 or 49.68% from 310); Max value from RGB is 154 - color contains mainly: blue. Hex color #47559A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47559A is #B8AA65. Grayscale: #585858. Windows color (decimal): -12102246 or 10114375. OLE color: 10114375.

HSL color Cylindrical-coordinate representation of color #47559A: hue angle of 229.88º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47559A is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7185154-
CMYK0.540.4500.40
HSL229.88º36.89%44.12%-
HSV(B)229.88º53.9%60.39%-
XYZ11.6810.1731.92-
YUV88.68164.86115.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.90%
GREEN value IS 85 (33.59% from 255) = 27.42%
BLUE value IS 154 (60.55% from 255) = 49.68%
R=22.90%
G=27.42%
B=49.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71851540.540.4500.40229.8836.8944.12
Hex47559A362D028e6252c
Octal10712523266550503464554
Binary1000111101010110011010110110101101010100011100110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47559A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47559A; }

 p { color: rgb(71,85,154); }

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

<style>
 a { background-color: #47559A; }

 a { background-color: rgb(71,85,154); }

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

<style>
 span { border-color: #47559A; }

 span { border-color: rgb(71,85,154); }

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