Html Css Color HEX #49489A Governor Bay

📋 copy color: '#49489A'

red 73 ◦ green 72 ◦ blue 154

#49489A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #49489A

Tints of Governor Bay #49489A

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 value IS 0.53

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#49489A (or 0x49489A) is known color: 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

RGB 73 72 154 -
CMYK 0.53 0.53 0 0.40
HSL 240.73º 0.36% 0.44% -
HSV(B) 240.73º 0.53% 0.6% -
XYZ 10.9 8.38 31.62 -
YUV 81.65 168.83 121.83 -
System Red Green Blue C M Y K H S L
Decimal 73 72 154 0.53 0.53 0 0.40 240.73 0.36 0.44
Hex 49 48 9A 35 35 0 28 F1 24 2C
Octal 111 110 232 65 65 0 50 361 44 54
Binary 1001001 1001000 10011010 110101 110101 0 101000 11110001 100100 101100

Color Harmonies of #49489A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49489A

Black with #49489A

Text Example


Text Example

White with #49489A

Text Example


Text Example

HTML Codes & Css Web 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>