#47569A

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

Shades of Governor Bay #47569A

Tints of Governor Bay #47569A

Color information

#47569A (or 0x47569A) is unknown color: approx Governor Bay. HEX triplet: 47, 56 and 9A. RGB value is (71,86,154). Sum of RGB (Red+Green+Blue) = 71+86+154=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 154 (60.55% from 255 or 49.52% from 311); Max value from RGB is 154 - color contains mainly: blue. Hex color #47569A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47569A is #B8A965. Grayscale: #585858. Windows color (decimal): -12101990 or 10114631. OLE color: 10114631.

HSL color Cylindrical-coordinate representation of color #47569A: hue angle of 229.16º 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 #47569A is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7186154-
CMYK0.540.4400.40
HSL229.16º36.89%44.12%-
HSV(B)229.16º53.9%60.39%-
XYZ11.7610.3331.95-
YUV89.27164.53114.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.83%
GREEN value IS 86 (33.98% from 255) = 27.65%
BLUE value IS 154 (60.55% from 255) = 49.52%
R=22.83%
G=27.65%
B=49.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71861540.540.4400.40229.1636.8944.12
Hex47569A362C028e5252c
Octal10712623266540503454554
Binary1000111101011010011010110110101100010100011100101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47569A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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