Html Css Color HEX #49489B Governor Bay

📋 copy color: '#49489B'

red 73 ◦ green 72 ◦ blue 155

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

Shades of Governor Bay #49489B

Tints of Governor Bay #49489B

RGB

 RED value IS 73 (28.91% from 255) = 24.33%

 GREEN value IS 72 (28.52% from 255) = 24%

 BLUE value IS 155 (60.94% from 255) = 51.67%

R = 24.33%
G = 24%
B = 51.67%

CMYK

 C value IS 0.53

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49489B (or 0x49489B) is known color: Governor Bay. HEX triplet: 49, 48 and 9B. RGB value is (73,72,155). Sum of RGB (Red+Green+Blue) = 73+72+155=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #49489B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49489B is #B6B764. Grayscale: #515151. Windows color (decimal): -11974501 or 10176585. OLE color: 10176585.

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

Color convert

RGB 73 72 155 -
CMYK 0.53 0.54 0 0.39
HSL 240.72º 0.37% 0.45% -
HSV(B) 240.72º 0.54% 0.61% -
XYZ 10.98 8.42 32.06 -
YUV 81.76 169.33 121.75 -
System Red Green Blue C M Y K H S L
Decimal 73 72 155 0.53 0.54 0 0.39 240.72 0.37 0.45
Hex 49 48 9B 35 36 0 27 F1 25 2D
Octal 111 110 233 65 66 0 47 361 45 55
Binary 1001001 1001000 10011011 110101 110110 0 100111 11110001 100101 101101

Color Harmonies of #49489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49489B

Black with #49489B

Text Example


Text Example

White with #49489B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49489B;
 }
 .AnyTagClassName
 {
   color: #49489B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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