#47569D

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

Shades of Governor Bay #47569D

Tints of Governor Bay #47569D

Color information

#47569D (or 0x47569D) is unknown color: approx Governor Bay. HEX triplet: 47, 56 and 9D. RGB value is (71,86,157). Sum of RGB (Red+Green+Blue) = 71+86+157=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 157 (61.72% from 255 or 50% from 314); Max value from RGB is 157 - color contains mainly: blue. Hex color #47569D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47569D is #B8A962. Grayscale: #595959. Windows color (decimal): -12101987 or 10311239. OLE color: 10311239.

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

Color convert

RGB7186157-
CMYK0.550.4500.38
HSL229.53º37.72%44.71%-
HSV(B)229.53º54.78%61.57%-
XYZ12.0110.4333.28-
YUV89.61166.03114.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.61%
GREEN value IS 86 (33.98% from 255) = 27.39%
BLUE value IS 157 (61.72% from 255) = 50%
R=22.61%
G=27.39%
B=50%

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
Decimal71861570.550.4500.38229.5337.7244.71
Hex47569D372D026e6262d
Octal10712623567550463464655
Binary1000111101011010011101110111101101010011011100110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47569D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47569D; }

 p { color: rgb(71,86,157); }

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

<style>
 a { background-color: #47569D; }

 a { background-color: rgb(71,86,157); }

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

<style>
 span { border-color: #47569D; }

 span { border-color: rgb(71,86,157); }

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