Html Css Color HEX #49588F Governor Bay

📋 copy color: '#49588F'

red 73 ◦ green 88 ◦ blue 143

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

Shades of Governor Bay #49588F

Tints of Governor Bay #49588F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.95%

 BLUE value IS 143 (56.25% from 255) = 47.04%

R = 24.01%
G = 28.95%
B = 47.04%

CMYK

 C value IS 0.49

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#49588F (or 0x49588F) is known color: Governor Bay. HEX triplet: 49, 58 and 8F. RGB value is (73,88,143). Sum of RGB (Red+Green+Blue) = 73+88+143=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 143 (56.25% from 255 or 47.04% from 304); Max value from RGB is 143 - color contains mainly: blue. Hex color #49588F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49588F is #B6A770. Grayscale: #595959. Windows color (decimal): -11970417 or 9394249. OLE color: 9394249.

HSL color Cylindrical-coordinate representation of color #49588F: hue angle of 227.14º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49588F is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 88 143 -
CMYK 0.49 0.38 0 0.44
HSL 227.14º 0.32% 0.42% -
HSV(B) 227.14º 0.49% 0.56% -
XYZ 11.2 10.38 27.4 -
YUV 89.79 158.03 116.03 -
System Red Green Blue C M Y K H S L
Decimal 73 88 143 0.49 0.38 0 0.44 227.14 0.32 0.42
Hex 49 58 8F 31 26 0 2C E3 20 2A
Octal 111 130 217 61 46 0 54 343 40 52
Binary 1001001 1011000 10001111 110001 100110 0 101100 11100011 100000 101010

Color Harmonies of #49588F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49588F

Black with #49588F

Text Example


Text Example

White with #49588F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49588F; }

 p { color: rgb(73,88,143); }

 H1.HeaderClassName
 {
   color: #49588F;
 }
 .AnyTagClassName
 {
   color: #49588F;
 }
</style>

background-color css

<style>
 a { background-color: #49588F; }

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

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

border-color css

<style>
 span { border-color: #49588F; }

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

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