#49528E

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

Shades of Governor Bay #49528E

Tints of Governor Bay #49528E

Color information

#49528E (or 0x49528E) is unknown color: approx Governor Bay. HEX triplet: 49, 52 and 8E. RGB value is (73,82,142). Sum of RGB (Red+Green+Blue) = 73+82+142=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 82 (32.42% from 255 or 27.61% 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 #49528E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49528E is #B6AD71. Grayscale: #555555. Windows color (decimal): -11971954 or 9327177. OLE color: 9327177.

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

Color convert

RGB7382142-
CMYK0.490.4200.44
HSL232.17º32.09%42.16%-
HSV(B)232.17º48.59%55.69%-
XYZ10.659.426.85-
YUV86.15159.52118.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.58%
GREEN value IS 82 (32.42% from 255) = 27.61%
BLUE value IS 142 (55.86% from 255) = 47.81%
R=24.58%
G=27.61%
B=47.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73821420.490.4200.44232.1732.0942.16
Hex49528E312A02Ce8202a
Octal11112221661520543504052
Binary1001001101001010001110110001101010010110011101000100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49528E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,82,142); }

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

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

 a { background-color: rgb(73,82,142); }

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

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

 span { border-color: rgb(73,82,142); }

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