#47519B

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

Shades of Governor Bay #47519B

Tints of Governor Bay #47519B

Color information

#47519B (or 0x47519B) is unknown color: approx Governor Bay. HEX triplet: 47, 51 and 9B. RGB value is (71,81,155). Sum of RGB (Red+Green+Blue) = 71+81+155=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #47519B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47519B is #B8AE64. Grayscale: #565656. Windows color (decimal): -12103269 or 10178887. OLE color: 10178887.

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

Color convert

RGB7181155-
CMYK0.540.4800.39
HSL232.86º37.17%44.31%-
HSV(B)232.86º54.19%60.78%-
XYZ11.469.5932.26-
YUV86.45166.69116.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.13%
GREEN value IS 81 (32.03% from 255) = 26.38%
BLUE value IS 155 (60.94% from 255) = 50.49%
R=23.13%
G=26.38%
B=50.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71811550.540.4800.39232.8637.1744.31
Hex47519B3630027e9252c
Octal10712123366600473514554
Binary1000111101000110011011110110110000010011111101001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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