#49489D

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

Shades of Governor Bay #49489D

Tints of Governor Bay #49489D

Color information

#49489D (or 0x49489D) is unknown color: approx Governor Bay. HEX triplet: 49, 48 and 9D. RGB value is (73,72,157). Sum of RGB (Red+Green+Blue) = 73+72+157=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #49489D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49489D is #B6B762. Grayscale: #515151. Windows color (decimal): -11974499 or 10307657. OLE color: 10307657.

HSL color Cylindrical-coordinate representation of color #49489D: hue angle of 240.71º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49489D is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7372157-
CMYK0.540.5400.38
HSL240.71º37.12%44.9%-
HSV(B)240.71º54.14%61.57%-
XYZ11.158.4932.95-
YUV81.99170.33121.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.17%
GREEN value IS 72 (28.52% from 255) = 23.84%
BLUE value IS 157 (61.72% from 255) = 51.99%
R=24.17%
G=23.84%
B=51.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73721570.540.5400.38240.7137.1244.9
Hex49489D3636026f1252d
Octal11111023566660463614555
Binary1001001100100010011101110110110110010011011110001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49489D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,72,157); }

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

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

 a { background-color: rgb(73,72,157); }

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

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

 span { border-color: rgb(73,72,157); }

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