Html Css Color HEX #49579C Governor Bay

📋 copy color: '#49579C'

red 73 ◦ green 87 ◦ blue 156

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

Shades of Governor Bay #49579C

Tints of Governor Bay #49579C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.53%

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

R = 23.1%
G = 27.53%
B = 49.37%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49579C (or 0x49579C) is known color: Governor Bay. HEX triplet: 49, 57 and 9C. RGB value is (73,87,156). Sum of RGB (Red+Green+Blue) = 73+87+156=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 156 (61.33% from 255 or 49.37% from 316); Max value from RGB is 156 - color contains mainly: blue. Hex color #49579C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49579C is #B6A863. Grayscale: #5A5A5A. Windows color (decimal): -11970660 or 10245961. OLE color: 10245961.

HSL color Cylindrical-coordinate representation of color #49579C: hue angle of 229.88º 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 #49579C is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 87 156 -
CMYK 0.53 0.44 0 0.39
HSL 229.88º 0.36% 0.45% -
HSV(B) 229.88º 0.53% 0.61% -
XYZ 12.16 10.63 32.86 -
YUV 90.68 164.86 115.39 -
System Red Green Blue C M Y K H S L
Decimal 73 87 156 0.53 0.44 0 0.39 229.88 0.36 0.45
Hex 49 57 9C 35 2C 0 27 E6 24 2D
Octal 111 127 234 65 54 0 47 346 44 55
Binary 1001001 1010111 10011100 110101 101100 0 100111 11100110 100100 101101

Color Harmonies of #49579C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49579C

Black with #49579C

Text Example


Text Example

White with #49579C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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