Html Css Color HEX #49549E Governor Bay

📋 copy color: '#49549E'

red 73 ◦ green 84 ◦ blue 158

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

Shades of Governor Bay #49549E

Tints of Governor Bay #49549E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 50.16%

R = 23.17%
G = 26.67%
B = 50.16%

CMYK

 C value IS 0.54

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49549E (or 0x49549E) is known color: Governor Bay. HEX triplet: 49, 54 and 9E. RGB value is (73,84,158). Sum of RGB (Red+Green+Blue) = 73+84+158=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #49549E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49549E is #B6AB61. Grayscale: #585858. Windows color (decimal): -11971426 or 10376265. OLE color: 10376265.

HSL color Cylindrical-coordinate representation of color #49549E: hue angle of 232.24º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49549E is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 84 158 -
CMYK 0.54 0.47 0 0.38
HSL 232.24º 0.37% 0.45% -
HSV(B) 232.24º 0.54% 0.62% -
XYZ 12.09 10.23 33.68 -
YUV 89.15 166.86 116.48 -
System Red Green Blue C M Y K H S L
Decimal 73 84 158 0.54 0.47 0 0.38 232.24 0.37 0.45
Hex 49 54 9E 36 2F 0 26 E8 25 2D
Octal 111 124 236 66 57 0 46 350 45 55
Binary 1001001 1010100 10011110 110110 101111 0 100110 11101000 100101 101101

Color Harmonies of #49549E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49549E

Black with #49549E

Text Example


Text Example

White with #49549E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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