Html Css Color HEX #49549B Governor Bay

📋 copy color: '#49549B'

red 73 ◦ green 84 ◦ blue 155

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

Shades of Governor Bay #49549B

Tints of Governor Bay #49549B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.92%

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

R = 23.4%
G = 26.92%
B = 49.68%

CMYK

 C value IS 0.53

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49549B (or 0x49549B) is known color: Governor Bay. HEX triplet: 49, 54 and 9B. RGB value is (73,84,155). Sum of RGB (Red+Green+Blue) = 73+84+155=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #49549B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49549B is #B6AB64. Grayscale: #585858. Windows color (decimal): -11971429 or 10179657. OLE color: 10179657.

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

Color convert

RGB 73 84 155 -
CMYK 0.53 0.46 0 0.39
HSL 231.95º 0.36% 0.45% -
HSV(B) 231.95º 0.53% 0.61% -
XYZ 11.83 10.12 32.34 -
YUV 88.81 165.36 116.73 -
System Red Green Blue C M Y K H S L
Decimal 73 84 155 0.53 0.46 0 0.39 231.95 0.36 0.45
Hex 49 54 9B 35 2E 0 27 E8 24 2D
Octal 111 124 233 65 56 0 47 350 44 55
Binary 1001001 1010100 10011011 110101 101110 0 100111 11101000 100100 101101

Color Harmonies of #49549B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49549B

Black with #49549B

Text Example


Text Example

White with #49549B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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