#47469F

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

Shades of Governor Bay #47469F

Tints of Governor Bay #47469F

Color information

#47469F (or 0x47469F) is unknown color: approx Governor Bay. HEX triplet: 47, 46 and 9F. RGB value is (71,70,159). Sum of RGB (Red+Green+Blue) = 71+70+159=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #47469F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47469F is #B8B960. Grayscale: #505050. Windows color (decimal): -12106081 or 10438215. OLE color: 10438215.

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

Color convert

RGB7170159-
CMYK0.550.5600.38
HSL240.67º38.86%44.9%-
HSV(B)240.67º55.97%62.35%-
XYZ11.058.2233.81-
YUV80.44172.33121.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.67%
GREEN value IS 70 (27.73% from 255) = 23.33%
BLUE value IS 159 (62.5% from 255) = 53%
R=23.67%
G=23.33%
B=53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71701590.550.5600.38240.6738.8644.9
Hex47469F3738026f1272d
Octal10710623767700463614755
Binary1000111100011010011111110111111000010011011110001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47469F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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