Html Css Color HEX #49588D Governor Bay

📋 copy color: '#49588D'

red 73 ◦ green 88 ◦ blue 141

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

Shades of Governor Bay #49588D

Tints of Governor Bay #49588D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 46.69%

R = 24.17%
G = 29.14%
B = 46.69%

CMYK

 C value IS 0.48

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49588D (or 0x49588D) is known color: Governor Bay. HEX triplet: 49, 58 and 8D. RGB value is (73,88,141). Sum of RGB (Red+Green+Blue) = 73+88+141=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 141 - color contains mainly: blue. Hex color #49588D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49588D is #B6A772. Grayscale: #595959. Windows color (decimal): -11970419 or 9263177. OLE color: 9263177.

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

Color convert

RGB 73 88 141 -
CMYK 0.48 0.38 0 0.45
HSL 226.76º 0.32% 0.42% -
HSV(B) 226.76º 0.48% 0.55% -
XYZ 11.05 10.32 26.61 -
YUV 89.56 157.03 116.19 -
System Red Green Blue C M Y K H S L
Decimal 73 88 141 0.48 0.38 0 0.45 226.76 0.32 0.42
Hex 49 58 8D 30 26 0 2D E3 20 2A
Octal 111 130 215 60 46 0 55 343 40 52
Binary 1001001 1011000 10001101 110000 100110 0 101101 11100011 100000 101010

Color Harmonies of #49588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49588D

Black with #49588D

Text Example


Text Example

White with #49588D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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