#47589C

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

Shades of Governor Bay #47589C

Tints of Governor Bay #47589C

Color information

#47589C (or 0x47589C) is unknown color: approx Governor Bay. HEX triplet: 47, 58 and 9C. RGB value is (71,88,156). Sum of RGB (Red+Green+Blue) = 71+88+156=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #47589C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47589C is #B8A763. Grayscale: #5A5A5A. Windows color (decimal): -12101476 or 10246215. OLE color: 10246215.

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

Color convert

RGB7188156-
CMYK0.540.4400.39
HSL228º37.44%44.51%-
HSV(B)228º54.49%61.18%-
XYZ12.0910.7232.88-
YUV90.67164.87113.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.54%
GREEN value IS 88 (34.77% from 255) = 27.94%
BLUE value IS 156 (61.33% from 255) = 49.52%
R=22.54%
G=27.94%
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.39
SystemRedGreenBlueCMYKHSL
Decimal71881560.540.4400.3922837.4444.51
Hex47589C362C027e4252d
Octal10713023466540473444555
Binary1000111101100010011100110110101100010011111100100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47589C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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