#47499B

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

Shades of Governor Bay #47499B

Tints of Governor Bay #47499B

Color information

#47499B (or 0x47499B) is unknown color: approx Governor Bay. HEX triplet: 47, 49 and 9B. RGB value is (71,73,155). Sum of RGB (Red+Green+Blue) = 71+73+155=299 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.75% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #47499B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47499B is #B8B664. Grayscale: #515151. Windows color (decimal): -12105317 or 10176839. OLE color: 10176839.

HSL color Cylindrical-coordinate representation of color #47499B: hue angle of 238.57º 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 #47499B is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7173155-
CMYK0.540.5300.39
HSL238.57º37.17%44.31%-
HSV(B)238.57º54.19%60.78%-
XYZ10.98.4732.07-
YUV81.75169.34120.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.75%
GREEN value IS 73 (28.91% from 255) = 24.41%
BLUE value IS 155 (60.94% from 255) = 51.84%
R=23.75%
G=24.41%
B=51.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71731550.540.5300.39238.5737.1744.31
Hex47499B3635027ef252c
Octal10711123366650473574554
Binary1000111100100110011011110110110101010011111101111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47499B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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