#49538A

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

Shades of Governor Bay #49538A

Tints of Governor Bay #49538A

Color information

#49538A (or 0x49538A) is unknown color: approx Governor Bay. HEX triplet: 49, 53 and 8A. RGB value is (73,83,138). Sum of RGB (Red+Green+Blue) = 73+83+138=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 138 - color contains mainly: blue. Hex color #49538A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49538A is #B6AC75. Grayscale: #565656. Windows color (decimal): -11971702 or 9065289. OLE color: 9065289.

HSL color Cylindrical-coordinate representation of color #49538A: hue angle of 230.77º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49538A is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7383138-
CMYK0.470.4000.46
HSL230.77º30.81%41.37%-
HSV(B)230.77º47.1%54.12%-
XYZ10.439.4425.32-
YUV86.28157.19118.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.83%
GREEN value IS 83 (32.81% from 255) = 28.23%
BLUE value IS 138 (54.30% from 255) = 46.94%
R=24.83%
G=28.23%
B=46.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal73831380.470.4000.46230.7730.8141.37
Hex49538A2F2802Ee71f29
Octal11112321257500563473751
Binary100100110100111000101010111110100001011101110011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49538A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49538A; }

 p { color: rgb(73,83,138); }

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

<style>
 a { background-color: #49538A; }

 a { background-color: rgb(73,83,138); }

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

<style>
 span { border-color: #49538A; }

 span { border-color: rgb(73,83,138); }

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