#47509f

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

Shades of Governor Bay #47509F

Tints of Governor Bay #47509F

Color information

#47509F (or 0x47509F) is unknown color: approx Governor Bay. HEX triplet: 47, 50 and 9F. RGB value is (71,80,159). Sum of RGB (Red+Green+Blue) = 71+80+159=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 159 (62.5% from 255 or 51.29% from 310); Max value from RGB is 159 - color contains mainly: blue. Hex color #47509F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47509F is #B8AF60. Grayscale: #555555. Windows color (decimal): -12103521 or 10440775. OLE color: 10440775.

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

Color convert

RGB7180159-
CMYK0.550.5000.38
HSL233.86º38.26%45.1%-
HSV(B)233.86º55.35%62.35%-
XYZ11.739.5834.03-
YUV86.32169.02117.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.90%
GREEN value IS 80 (31.64% from 255) = 25.81%
BLUE value IS 159 (62.5% from 255) = 51.29%
R=22.90%
G=25.81%
B=51.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71801590.550.5000.38233.8638.2645.1
Hex47509F3732026ea262d
Octal10712023767620463524655
Binary1000111101000010011111110111110010010011011101010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47509f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47509f; }

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

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

<style>
 a { background-color: #47509f; }

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

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

<style>
 span { border-color: #47509f; }

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

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