Html Css Color HEX #49599D Governor Bay

📋 copy color: '#49599D'

red 73 ◦ green 89 ◦ blue 157

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

Shades of Governor Bay #49599D

Tints of Governor Bay #49599D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.9%

 BLUE value IS 157 (61.72% from 255) = 49.22%

R = 22.88%
G = 27.9%
B = 49.22%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49599D (or 0x49599D) is known color: Governor Bay. HEX triplet: 49, 59 and 9D. RGB value is (73,89,157). Sum of RGB (Red+Green+Blue) = 73+89+157=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #49599D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49599D is #B6A662. Grayscale: #5B5B5B. Windows color (decimal): -11970147 or 10312009. OLE color: 10312009.

HSL color Cylindrical-coordinate representation of color #49599D: hue angle of 228.57º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49599D is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 89 157 -
CMYK 0.54 0.43 0 0.38
HSL 228.57º 0.37% 0.45% -
HSV(B) 228.57º 0.54% 0.62% -
XYZ 12.41 11 33.37 -
YUV 91.97 164.7 114.47 -
System Red Green Blue C M Y K H S L
Decimal 73 89 157 0.54 0.43 0 0.38 228.57 0.37 0.45
Hex 49 59 9D 36 2B 0 26 E5 25 2D
Octal 111 131 235 66 53 0 46 345 45 55
Binary 1001001 1011001 10011101 110110 101011 0 100110 11100101 100101 101101

Color Harmonies of #49599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49599D

Black with #49599D

Text Example


Text Example

White with #49599D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,89,157); }

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

background-color css

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

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

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

border-color css

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

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

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