#47508B

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

Shades of Governor Bay #47508B

Tints of Governor Bay #47508B

Color information

#47508B (or 0x47508B) is unknown color: approx Governor Bay. HEX triplet: 47, 50 and 8B. RGB value is (71,80,139). Sum of RGB (Red+Green+Blue) = 71+80+139=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #47508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47508B is #B8AF74. Grayscale: #535353. Windows color (decimal): -12103541 or 9130055. OLE color: 9130055.

HSL color Cylindrical-coordinate representation of color #47508B: hue angle of 232.06º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47508B is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7180139-
CMYK0.490.4200.45
HSL232.06º32.38%41.18%-
HSV(B)232.06º48.92%54.51%-
XYZ10.138.9425.62-
YUV84.04159.02118.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.48%
GREEN value IS 80 (31.64% from 255) = 27.59%
BLUE value IS 139 (54.69% from 255) = 47.93%
R=24.48%
G=27.59%
B=47.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71801390.490.4200.45232.0632.3841.18
Hex47508B312A02De82029
Octal10712021361520553504051
Binary1000111101000010001011110001101010010110111101000100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,80,139); }

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

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

 a { background-color: rgb(71,80,139); }

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

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

 span { border-color: rgb(71,80,139); }

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