Html Css Color HEX #49559B Governor Bay

📋 copy color: '#49559B'

red 73 ◦ green 85 ◦ blue 155

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

Shades of Governor Bay #49559B

Tints of Governor Bay #49559B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.16%

 BLUE value IS 155 (60.94% from 255) = 49.52%

R = 23.32%
G = 27.16%
B = 49.52%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49559B (or 0x49559B) is known color: Governor Bay. HEX triplet: 49, 55 and 9B. RGB value is (73,85,155). Sum of RGB (Red+Green+Blue) = 73+85+155=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #49559B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49559B is #B6AA64. Grayscale: #595959. Windows color (decimal): -11971173 or 10179913. OLE color: 10179913.

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

Color convert

RGB 73 85 155 -
CMYK 0.53 0.45 0 0.39
HSL 231.22º 0.36% 0.45% -
HSV(B) 231.22º 0.53% 0.61% -
XYZ 11.91 10.28 32.37 -
YUV 89.39 165.02 116.31 -
System Red Green Blue C M Y K H S L
Decimal 73 85 155 0.53 0.45 0 0.39 231.22 0.36 0.45
Hex 49 55 9B 35 2D 0 27 E7 24 2D
Octal 111 125 233 65 55 0 47 347 44 55
Binary 1001001 1010101 10011011 110101 101101 0 100111 11100111 100100 101101

Color Harmonies of #49559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49559B

Black with #49559B

Text Example


Text Example

White with #49559B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49559B; }

 p { color: rgb(73,85,155); }

 H1.HeaderClassName
 {
   color: #49559B;
 }
 .AnyTagClassName
 {
   color: #49559B;
 }
</style>

background-color css

<style>
 a { background-color: #49559B; }

 a { background-color: rgb(73,85,155); }

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

border-color css

<style>
 span { border-color: #49559B; }

 span { border-color: rgb(73,85,155); }

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