#49489A

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

Shades of Governor Bay #49489A

Tints of Governor Bay #49489A

Color information

#49489A (or 0x49489A) is unknown color: approx Governor Bay. HEX triplet: 49, 48 and 9A. RGB value is (73,72,154). Sum of RGB (Red+Green+Blue) = 73+72+154=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 154 (60.55% from 255 or 51.51% from 299); Max value from RGB is 154 - color contains mainly: blue. Hex color #49489A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49489A is #B6B765. Grayscale: #515151. Windows color (decimal): -11974502 or 10111049. OLE color: 10111049.

HSL color Cylindrical-coordinate representation of color #49489A: hue angle of 240.73º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49489A is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7372154-
CMYK0.530.5300.40
HSL240.73º36.28%44.31%-
HSV(B)240.73º53.25%60.39%-
XYZ10.98.3831.62-
YUV81.65168.83121.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.41%
GREEN value IS 72 (28.52% from 255) = 24.08%
BLUE value IS 154 (60.55% from 255) = 51.51%
R=24.41%
G=24.08%
B=51.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73721540.530.5300.40240.7336.2844.31
Hex49489A3535028f1242c
Octal11111023265650503614454
Binary1001001100100010011010110101110101010100011110001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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