Html Css Color HEX #49599A Governor Bay

📋 copy color: '#49599A'

red 73 ◦ green 89 ◦ blue 154

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

Shades of Governor Bay #49599A

Tints of Governor Bay #49599A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 48.73%

R = 23.1%
G = 28.16%
B = 48.73%

CMYK

 C value IS 0.53

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#49599A (or 0x49599A) is known color: Governor Bay. HEX triplet: 49, 59 and 9A. RGB value is (73,89,154). Sum of RGB (Red+Green+Blue) = 73+89+154=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 154 (60.55% from 255 or 48.73% from 316); Max value from RGB is 154 - color contains mainly: blue. Hex color #49599A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49599A is #B6A665. Grayscale: #5B5B5B. Windows color (decimal): -11970150 or 10115401. OLE color: 10115401.

HSL color Cylindrical-coordinate representation of color #49599A: hue angle of 228.15º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49599A is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 89 154 -
CMYK 0.53 0.42 0 0.40
HSL 228.15º 0.36% 0.45% -
HSV(B) 228.15º 0.53% 0.6% -
XYZ 12.15 10.89 32.03 -
YUV 91.63 163.2 114.71 -
System Red Green Blue C M Y K H S L
Decimal 73 89 154 0.53 0.42 0 0.40 228.15 0.36 0.45
Hex 49 59 9A 35 2A 0 28 E4 24 2D
Octal 111 131 232 65 52 0 50 344 44 55
Binary 1001001 1011001 10011010 110101 101010 0 101000 11100100 100100 101101

Color Harmonies of #49599A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49599A

Black with #49599A

Text Example


Text Example

White with #49599A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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