Html Css Color HEX #49518D Governor Bay

📋 copy color: '#49518D'

red 73 ◦ green 81 ◦ blue 141

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

Shades of Governor Bay #49518D

Tints of Governor Bay #49518D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.46%

 BLUE value IS 141 (55.47% from 255) = 47.8%

R = 24.75%
G = 27.46%
B = 47.8%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49518D (or 0x49518D) is known color: Governor Bay. HEX triplet: 49, 51 and 8D. RGB value is (73,81,141). Sum of RGB (Red+Green+Blue) = 73+81+141=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #49518D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49518D is #B6AE72. Grayscale: #555555. Windows color (decimal): -11972211 or 9261385. OLE color: 9261385.

HSL color Cylindrical-coordinate representation of color #49518D: hue angle of 232.94º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49518D is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 81 141 -
CMYK 0.48 0.43 0 0.45
HSL 232.94º 0.32% 0.42% -
HSV(B) 232.94º 0.48% 0.55% -
XYZ 10.5 9.22 26.43 -
YUV 85.45 159.35 119.12 -
System Red Green Blue C M Y K H S L
Decimal 73 81 141 0.48 0.43 0 0.45 232.94 0.32 0.42
Hex 49 51 8D 30 2B 0 2D E9 20 2A
Octal 111 121 215 60 53 0 55 351 40 52
Binary 1001001 1010001 10001101 110000 101011 0 101101 11101001 100000 101010

Color Harmonies of #49518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49518D

Black with #49518D

Text Example


Text Example

White with #49518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49518D; }

 p { color: rgb(73,81,141); }

 H1.HeaderClassName
 {
   color: #49518D;
 }
 .AnyTagClassName
 {
   color: #49518D;
 }
</style>

background-color css

<style>
 a { background-color: #49518D; }

 a { background-color: rgb(73,81,141); }

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

border-color css

<style>
 span { border-color: #49518D; }

 span { border-color: rgb(73,81,141); }

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