Html Css Color HEX #49519C Governor Bay

📋 copy color: '#49519C'

red 73 ◦ green 81 ◦ blue 156

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

Shades of Governor Bay #49519C

Tints of Governor Bay #49519C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50.32%

R = 23.55%
G = 26.13%
B = 50.32%

CMYK

 C value IS 0.53

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49519C (or 0x49519C) is known color: Governor Bay. HEX triplet: 49, 51 and 9C. RGB value is (73,81,156). Sum of RGB (Red+Green+Blue) = 73+81+156=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 156 (61.33% from 255 or 50.32% from 310); Max value from RGB is 156 - color contains mainly: blue. Hex color #49519C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49519C is #B6AE63. Grayscale: #565656. Windows color (decimal): -11972196 or 10244425. OLE color: 10244425.

HSL color Cylindrical-coordinate representation of color #49519C: hue angle of 234.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 #49519C is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 81 156 -
CMYK 0.53 0.48 0 0.39
HSL 234.22º 0.36% 0.45% -
HSV(B) 234.22º 0.53% 0.61% -
XYZ 11.69 9.7 32.71 -
YUV 87.16 166.85 117.9 -
System Red Green Blue C M Y K H S L
Decimal 73 81 156 0.53 0.48 0 0.39 234.22 0.36 0.45
Hex 49 51 9C 35 30 0 27 EA 24 2D
Octal 111 121 234 65 60 0 47 352 44 55
Binary 1001001 1010001 10011100 110101 110000 0 100111 11101010 100100 101101

Color Harmonies of #49519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49519C

Black with #49519C

Text Example


Text Example

White with #49519C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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