#47528D

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

Shades of Governor Bay #47528D

Tints of Governor Bay #47528D

Color information

#47528D (or 0x47528D) is unknown color: approx Governor Bay. HEX triplet: 47, 52 and 8D. RGB value is (71,82,141). Sum of RGB (Red+Green+Blue) = 71+82+141=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #47528D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47528D is #B8AD72. Grayscale: #555555. Windows color (decimal): -12103027 or 9261639. OLE color: 9261639.

HSL color Cylindrical-coordinate representation of color #47528D: hue angle of 230.57º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47528D is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7182141-
CMYK0.500.4200.45
HSL230.57º33.02%41.57%-
HSV(B)230.57º49.65%55.29%-
XYZ10.429.326.44-
YUV85.44159.36117.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.15%
GREEN value IS 82 (32.42% from 255) = 27.89%
BLUE value IS 141 (55.47% from 255) = 47.96%
R=24.15%
G=27.89%
B=47.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71821410.500.4200.45230.5733.0241.57
Hex47528D322A02De7212a
Octal10712221562520553474152
Binary1000111101001010001101110010101010010110111100111100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,82,141); }

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

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

 a { background-color: rgb(71,82,141); }

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

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

 span { border-color: rgb(71,82,141); }

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