#47579f

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

Shades of Governor Bay #47579F

Tints of Governor Bay #47579F

Color information

#47579F (or 0x47579F) is unknown color: approx Governor Bay. HEX triplet: 47, 57 and 9F. RGB value is (71,87,159). Sum of RGB (Red+Green+Blue) = 71+87+159=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #47579F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47579F is #B8A860. Grayscale: #5A5A5A. Windows color (decimal): -12101729 or 10442567. OLE color: 10442567.

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

Color convert

RGB7187159-
CMYK0.550.4500.38
HSL229.09º38.26%45.1%-
HSV(B)229.09º55.35%62.35%-
XYZ12.2610.6634.21-
YUV90.42166.7114.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.40%
GREEN value IS 87 (34.38% from 255) = 27.44%
BLUE value IS 159 (62.5% from 255) = 50.16%
R=22.40%
G=27.44%
B=50.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71871590.550.4500.38229.0938.2645.1
Hex47579F372D026e5262d
Octal10712723767550463454655
Binary1000111101011110011111110111101101010011011100101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47579f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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