#47548E

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

Shades of Governor Bay #47548E

Tints of Governor Bay #47548E

Color information

#47548E (or 0x47548E) is unknown color: approx Governor Bay. HEX triplet: 47, 54 and 8E. RGB value is (71,84,142). Sum of RGB (Red+Green+Blue) = 71+84+142=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 142 - color contains mainly: blue. Hex color #47548E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47548E is #B8AB71. Grayscale: #565656. Windows color (decimal): -12102514 or 9327687. OLE color: 9327687.

HSL color Cylindrical-coordinate representation of color #47548E: hue angle of 229.01º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47548E is Cyan = 0.5, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7184142-
CMYK0.50.4100.44
HSL229.01º33.33%41.76%-
HSV(B)229.01º50%55.69%-
XYZ10.659.6326.89-
YUV86.72159.19116.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.91%
GREEN value IS 84 (33.20% from 255) = 28.28%
BLUE value IS 142 (55.86% from 255) = 47.81%
R=23.91%
G=28.28%
B=47.81%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71841420.50.4100.44229.0133.3341.76
Hex47548E322902Ce5212a
Octal10712421662510543454152
Binary1000111101010010001110110010101001010110011100101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47548E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47548E; }

 p { color: rgb(71,84,142); }

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

<style>
 a { background-color: #47548E; }

 a { background-color: rgb(71,84,142); }

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

<style>
 span { border-color: #47548E; }

 span { border-color: rgb(71,84,142); }

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