#47469B

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

Shades of Governor Bay #47469B

Tints of Governor Bay #47469B

Color information

#47469B (or 0x47469B) is unknown color: approx Governor Bay. HEX triplet: 47, 46 and 9B. RGB value is (71,70,155). Sum of RGB (Red+Green+Blue) = 71+70+155=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #47469B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47469B is #B8B964. Grayscale: #4F4F4F. Windows color (decimal): -12106085 or 10176071. OLE color: 10176071.

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

Color convert

RGB7170155-
CMYK0.540.5500.39
HSL240.71º37.78%44.12%-
HSV(B)240.71º54.84%60.78%-
XYZ10.718.0932.01-
YUV79.99170.33121.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.99%
GREEN value IS 70 (27.73% from 255) = 23.65%
BLUE value IS 155 (60.94% from 255) = 52.36%
R=23.99%
G=23.65%
B=52.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71701550.540.5500.39240.7137.7844.12
Hex47469B3637027f1262c
Octal10710623366670473614654
Binary1000111100011010011011110110110111010011111110001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47469B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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