#47459D

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

Shades of Governor Bay #47459D

Tints of Governor Bay #47459D

Color information

#47459D (or 0x47459D) is unknown color: approx Governor Bay. HEX triplet: 47, 45 and 9D. RGB value is (71,69,157). Sum of RGB (Red+Green+Blue) = 71+69+157=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #47459D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47459D is #B8BA62. Grayscale: #4F4F4F. Windows color (decimal): -12106339 or 10306887. OLE color: 10306887.

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

Color convert

RGB7169157-
CMYK0.550.5600.38
HSL241.36º38.94%44.31%-
HSV(B)241.36º56.05%61.57%-
XYZ10.818.0332.88-
YUV79.63171.66121.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.91%
GREEN value IS 69 (27.34% from 255) = 23.23%
BLUE value IS 157 (61.72% from 255) = 52.86%
R=23.91%
G=23.23%
B=52.86%

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
Decimal71691570.550.5600.38241.3638.9444.31
Hex47459D3738026f1272c
Octal10710523567700463614754
Binary1000111100010110011101110111111000010011011110001100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47459D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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