#47569E

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

Shades of Governor Bay #47569E

Tints of Governor Bay #47569E

Color information

#47569E (or 0x47569E) is unknown color: approx Governor Bay. HEX triplet: 47, 56 and 9E. RGB value is (71,86,158). Sum of RGB (Red+Green+Blue) = 71+86+158=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #47569E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47569E is #B8A961. Grayscale: #595959. Windows color (decimal): -12101986 or 10376775. OLE color: 10376775.

HSL color Cylindrical-coordinate representation of color #47569E: hue angle of 229.66º 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 #47569E is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7186158-
CMYK0.550.4600.38
HSL229.66º37.99%44.9%-
HSV(B)229.66º55.06%61.96%-
XYZ12.110.4633.73-
YUV89.72166.53114.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.54%
GREEN value IS 86 (33.98% from 255) = 27.30%
BLUE value IS 158 (62.11% from 255) = 50.16%
R=22.54%
G=27.30%
B=50.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71861580.550.4600.38229.6637.9944.9
Hex47569E372E026e6262d
Octal10712623667560463464655
Binary1000111101011010011110110111101110010011011100110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47569E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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