#47589E

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

Shades of Governor Bay #47589E

Tints of Governor Bay #47589E

Color information

#47589E (or 0x47589E) is unknown color: approx Governor Bay. HEX triplet: 47, 58 and 9E. RGB value is (71,88,158). Sum of RGB (Red+Green+Blue) = 71+88+158=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 158 (62.11% from 255 or 49.84% from 317); Max value from RGB is 158 - color contains mainly: blue. Hex color #47589E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47589E is #B8A761. Grayscale: #5A5A5A. Windows color (decimal): -12101474 or 10377287. OLE color: 10377287.

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

Color convert

RGB7188158-
CMYK0.550.4400.38
HSL228.28º37.99%44.9%-
HSV(B)228.28º55.06%61.96%-
XYZ12.2610.7933.78-
YUV90.9165.87113.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.40%
GREEN value IS 88 (34.77% from 255) = 27.76%
BLUE value IS 158 (62.11% from 255) = 49.84%
R=22.40%
G=27.76%
B=49.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71881580.550.4400.38228.2837.9944.9
Hex47589E372C026e4262d
Octal10713023667540463444655
Binary1000111101100010011110110111101100010011011100100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47589E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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