Html Css Color HEX #49599C Governor Bay

📋 copy color: '#49599C'

red 73 ◦ green 89 ◦ blue 156

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

Shades of Governor Bay #49599C

Tints of Governor Bay #49599C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 49.06%

R = 22.96%
G = 27.99%
B = 49.06%

CMYK

 C value IS 0.53

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49599C (or 0x49599C) is known color: Governor Bay. HEX triplet: 49, 59 and 9C. RGB value is (73,89,156). Sum of RGB (Red+Green+Blue) = 73+89+156=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 156 - color contains mainly: blue. Hex color #49599C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49599C is #B6A663. Grayscale: #5B5B5B. Windows color (decimal): -11970148 or 10246473. OLE color: 10246473.

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

Color convert

RGB 73 89 156 -
CMYK 0.53 0.43 0 0.39
HSL 228.43º 0.36% 0.45% -
HSV(B) 228.43º 0.53% 0.61% -
XYZ 12.32 10.96 32.92 -
YUV 91.85 164.2 114.55 -
System Red Green Blue C M Y K H S L
Decimal 73 89 156 0.53 0.43 0 0.39 228.43 0.36 0.45
Hex 49 59 9C 35 2B 0 27 E4 24 2D
Octal 111 131 234 65 53 0 47 344 44 55
Binary 1001001 1011001 10011100 110101 101011 0 100111 11100100 100100 101101

Color Harmonies of #49599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49599C

Black with #49599C

Text Example


Text Example

White with #49599C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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