Html Css Color HEX #49589C Governor Bay

📋 copy color: '#49589C'

red 73 ◦ green 88 ◦ blue 156

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

Shades of Governor Bay #49589C

Tints of Governor Bay #49589C

RGB

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

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

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

R = 23.03%
G = 27.76%
B = 49.21%

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

#49589C (or 0x49589C) is known color: Governor Bay. HEX triplet: 49, 58 and 9C. RGB value is (73,88,156). Sum of RGB (Red+Green+Blue) = 73+88+156=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 156 (61.33% from 255 or 49.21% from 317); Max value from RGB is 156 - color contains mainly: blue. Hex color #49589C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49589C is #B6A763. Grayscale: #5A5A5A. Windows color (decimal): -11970404 or 10246217. OLE color: 10246217.

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

Color convert

RGB 73 88 156 -
CMYK 0.53 0.44 0 0.39
HSL 229.16º 0.36% 0.45% -
HSV(B) 229.16º 0.53% 0.61% -
XYZ 12.24 10.8 32.89 -
YUV 91.27 164.53 114.97 -
System Red Green Blue C M Y K H S L
Decimal 73 88 156 0.53 0.44 0 0.39 229.16 0.36 0.45
Hex 49 58 9C 35 2C 0 27 E5 24 2D
Octal 111 130 234 65 54 0 47 345 44 55
Binary 1001001 1011000 10011100 110101 101100 0 100111 11100101 100100 101101

Color Harmonies of #49589C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49589C

Black with #49589C

Text Example


Text Example

White with #49589C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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