Html Css Color HEX #49519D Governor Bay

📋 copy color: '#49519D'

red 73 ◦ green 81 ◦ blue 157

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

Shades of Governor Bay #49519D

Tints of Governor Bay #49519D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 50.48%

R = 23.47%
G = 26.05%
B = 50.48%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49519D (or 0x49519D) is known color: Governor Bay. HEX triplet: 49, 51 and 9D. RGB value is (73,81,157). Sum of RGB (Red+Green+Blue) = 73+81+157=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #49519D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49519D is #B6AE62. Grayscale: #565656. Windows color (decimal): -11972195 or 10309961. OLE color: 10309961.

HSL color Cylindrical-coordinate representation of color #49519D: hue angle of 234.29º 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 #49519D is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 81 157 -
CMYK 0.54 0.48 0 0.38
HSL 234.29º 0.37% 0.45% -
HSV(B) 234.29º 0.54% 0.62% -
XYZ 11.78 9.74 33.16 -
YUV 87.27 167.35 117.82 -
System Red Green Blue C M Y K H S L
Decimal 73 81 157 0.54 0.48 0 0.38 234.29 0.37 0.45
Hex 49 51 9D 36 30 0 26 EA 25 2D
Octal 111 121 235 66 60 0 46 352 45 55
Binary 1001001 1010001 10011101 110110 110000 0 100110 11101010 100101 101101

Color Harmonies of #49519D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49519D

Black with #49519D

Text Example


Text Example

White with #49519D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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