#47519D

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

Shades of Governor Bay #47519D

Tints of Governor Bay #47519D

Color information

#47519D (or 0x47519D) is unknown color: approx Governor Bay. HEX triplet: 47, 51 and 9D. RGB value is (71,81,157). Sum of RGB (Red+Green+Blue) = 71+81+157=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #47519D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47519D is #B8AE62. Grayscale: #565656. Windows color (decimal): -12103267 or 10309959. OLE color: 10309959.

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

Color convert

RGB7181157-
CMYK0.550.4800.38
HSL233.02º37.72%44.71%-
HSV(B)233.02º54.78%61.57%-
XYZ11.639.6633.15-
YUV86.67167.69116.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.98%
GREEN value IS 81 (32.03% from 255) = 26.21%
BLUE value IS 157 (61.72% from 255) = 50.81%
R=22.98%
G=26.21%
B=50.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71811570.550.4800.38233.0237.7244.71
Hex47519D3730026e9262d
Octal10712123567600463514655
Binary1000111101000110011101110111110000010011011101001100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47519D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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