#47469D

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

Shades of Governor Bay #47469D

Tints of Governor Bay #47469D

Color information

#47469D (or 0x47469D) is unknown color: approx Governor Bay. HEX triplet: 47, 46 and 9D. RGB value is (71,70,157). Sum of RGB (Red+Green+Blue) = 71+70+157=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #47469D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47469D is #B8B962. Grayscale: #4F4F4F. Windows color (decimal): -12106083 or 10307143. OLE color: 10307143.

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

Color convert

RGB7170157-
CMYK0.550.5500.38
HSL240.69º38.33%44.51%-
HSV(B)240.69º55.41%61.57%-
XYZ10.878.1532.9-
YUV80.22171.33121.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.83%
GREEN value IS 70 (27.73% from 255) = 23.49%
BLUE value IS 157 (61.72% from 255) = 52.68%
R=23.83%
G=23.49%
B=52.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71701570.550.5500.38240.6938.3344.51
Hex47469D3737026f1262d
Octal10710623567670463614655
Binary1000111100011010011101110111110111010011011110001100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47469D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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