#47559D

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

Shades of Governor Bay #47559D

Tints of Governor Bay #47559D

Color information

#47559D (or 0x47559D) is unknown color: approx Governor Bay. HEX triplet: 47, 55 and 9D. RGB value is (71,85,157). Sum of RGB (Red+Green+Blue) = 71+85+157=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #47559D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47559D is #B8AA62. Grayscale: #585858. Windows color (decimal): -12102243 or 10310983. OLE color: 10310983.

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

Color convert

RGB7185157-
CMYK0.550.4600.38
HSL230.23º37.72%44.71%-
HSV(B)230.23º54.78%61.57%-
XYZ11.9310.2733.25-
YUV89.02166.36115.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.68%
GREEN value IS 85 (33.59% from 255) = 27.16%
BLUE value IS 157 (61.72% from 255) = 50.16%
R=22.68%
G=27.16%
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
Decimal71851570.550.4600.38230.2337.7244.71
Hex47559D372E026e6262d
Octal10712523567560463464655
Binary1000111101010110011101110111101110010011011100110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47559D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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