Html Css Color HEX #49588E Governor Bay

📋 copy color: '#49588E'

red 73 ◦ green 88 ◦ blue 142

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

Shades of Governor Bay #49588E

Tints of Governor Bay #49588E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 46.86%

R = 24.09%
G = 29.04%
B = 46.86%

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

#49588E (or 0x49588E) is known color: Governor Bay. HEX triplet: 49, 58 and 8E. RGB value is (73,88,142). Sum of RGB (Red+Green+Blue) = 73+88+142=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #49588E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49588E is #B6A771. Grayscale: #595959. Windows color (decimal): -11970418 or 9328713. OLE color: 9328713.

HSL color Cylindrical-coordinate representation of color #49588E: hue angle of 226.96º 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 #49588E is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 88 142 -
CMYK 0.49 0.38 0 0.44
HSL 226.96º 0.32% 0.42% -
HSV(B) 226.96º 0.49% 0.56% -
XYZ 11.12 10.35 27 -
YUV 89.67 157.53 116.11 -
System Red Green Blue C M Y K H S L
Decimal 73 88 142 0.49 0.38 0 0.44 226.96 0.32 0.42
Hex 49 58 8E 31 26 0 2C E3 20 2A
Octal 111 130 216 61 46 0 54 343 40 52
Binary 1001001 1011000 10001110 110001 100110 0 101100 11100011 100000 101010

Color Harmonies of #49588E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49588E

Black with #49588E

Text Example


Text Example

White with #49588E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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