#47499A

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

Shades of Governor Bay #47499A

Tints of Governor Bay #47499A

Color information

#47499A (or 0x47499A) is unknown color: approx Governor Bay. HEX triplet: 47, 49 and 9A. RGB value is (71,73,154). Sum of RGB (Red+Green+Blue) = 71+73+154=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 154 (60.55% from 255 or 51.68% from 298); Max value from RGB is 154 - color contains mainly: blue. Hex color #47499A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47499A is #B8B665. Grayscale: #515151. Windows color (decimal): -12105318 or 10111303. OLE color: 10111303.

HSL color Cylindrical-coordinate representation of color #47499A: hue angle of 238.55º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47499A is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7173154-
CMYK0.540.5300.40
HSL238.55º36.89%44.12%-
HSV(B)238.55º53.9%60.39%-
XYZ10.818.4431.63-
YUV81.64168.84120.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.83%
GREEN value IS 73 (28.91% from 255) = 24.50%
BLUE value IS 154 (60.55% from 255) = 51.68%
R=23.83%
G=24.50%
B=51.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71731540.540.5300.40238.5536.8944.12
Hex47499A3635028ef252c
Octal10711123266650503574554
Binary1000111100100110011010110110110101010100011101111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47499A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47499A; }

 p { color: rgb(71,73,154); }

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

<style>
 a { background-color: #47499A; }

 a { background-color: rgb(71,73,154); }

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

<style>
 span { border-color: #47499A; }

 span { border-color: rgb(71,73,154); }

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