#47459F

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

Shades of Governor Bay #47459F

Tints of Governor Bay #47459F

Color information

#47459F (or 0x47459F) is unknown color: approx Governor Bay. HEX triplet: 47, 45 and 9F. RGB value is (71,69,159). Sum of RGB (Red+Green+Blue) = 71+69+159=299 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.75% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #47459F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47459F is #B8BA60. Grayscale: #4F4F4F. Windows color (decimal): -12106337 or 10437959. OLE color: 10437959.

HSL color Cylindrical-coordinate representation of color #47459F: hue angle of 241.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47459F is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7169159-
CMYK0.550.5700.38
HSL241.33º39.47%44.71%-
HSV(B)241.33º56.6%62.35%-
XYZ10.988.133.79-
YUV79.86172.66121.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.75%
GREEN value IS 69 (27.34% from 255) = 23.08%
BLUE value IS 159 (62.5% from 255) = 53.18%
R=23.75%
G=23.08%
B=53.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71691590.550.5700.38241.3339.4744.71
Hex47459F3739026f1272d
Octal10710523767710463614755
Binary1000111100010110011111110111111001010011011110001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47459F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47459F; }

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

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

<style>
 a { background-color: #47459F; }

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

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

<style>
 span { border-color: #47459F; }

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

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