#47509C

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

Shades of Governor Bay #47509C

Tints of Governor Bay #47509C

Color information

#47509C (or 0x47509C) is unknown color: approx Governor Bay. HEX triplet: 47, 50 and 9C. RGB value is (71,80,156). Sum of RGB (Red+Green+Blue) = 71+80+156=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #47509C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47509C is #B8AF63. Grayscale: #555555. Windows color (decimal): -12103524 or 10244167. OLE color: 10244167.

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

Color convert

RGB7180156-
CMYK0.540.4900.39
HSL233.65º37.44%44.51%-
HSV(B)233.65º54.49%61.18%-
XYZ11.479.4832.68-
YUV85.97167.52117.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.13%
GREEN value IS 80 (31.64% from 255) = 26.06%
BLUE value IS 156 (61.33% from 255) = 50.81%
R=23.13%
G=26.06%
B=50.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71801560.540.4900.39233.6537.4444.51
Hex47509C3631027ea252d
Octal10712023466610473524555
Binary1000111101000010011100110110110001010011111101010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47509C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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