Html Css Color HEX #49499B Governor Bay

📋 copy color: '#49499B'

red 73 ◦ green 73 ◦ blue 155

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

Shades of Governor Bay #49499B

Tints of Governor Bay #49499B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.25%

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

R = 24.25%
G = 24.25%
B = 51.5%

CMYK

 C value IS 0.53

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49499B (or 0x49499B) is known color: Governor Bay. HEX triplet: 49, 49 and 9B. RGB value is (73,73,155). Sum of RGB (Red+Green+Blue) = 73+73+155=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #49499B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49499B is #B6B664. Grayscale: #525252. Windows color (decimal): -11974245 or 10176841. OLE color: 10176841.

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

Color convert

RGB 73 73 155 -
CMYK 0.53 0.53 0 0.39
HSL 240º 0.36% 0.45% -
HSV(B) 240º 0.53% 0.61% -
XYZ 11.05 8.55 32.08 -
YUV 82.35 169 121.33 -
System Red Green Blue C M Y K H S L
Decimal 73 73 155 0.53 0.53 0 0.39 240 0.36 0.45
Hex 49 49 9B 35 35 0 27 F0 24 2D
Octal 111 111 233 65 65 0 47 360 44 55
Binary 1001001 1001001 10011011 110101 110101 0 100111 11110000 100100 101101

Color Harmonies of #49499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49499B

Black with #49499B

Text Example


Text Example

White with #49499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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