Html Css Color HEX #49479A Governor Bay

📋 copy color: '#49479A'

red 73 ◦ green 71 ◦ blue 154

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

Shades of Governor Bay #49479A

Tints of Governor Bay #49479A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.83%

 BLUE value IS 154 (60.55% from 255) = 51.68%

R = 24.5%
G = 23.83%
B = 51.68%

CMYK

 C value IS 0.53

 M value IS 0.54

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#49479A (or 0x49479A) is known color: Governor Bay. HEX triplet: 49, 47 and 9A. RGB value is (73,71,154). Sum of RGB (Red+Green+Blue) = 73+71+154=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 154 (60.55% from 255 or 51.68% from 298); Max value from RGB is 154 - color contains mainly: blue. Hex color #49479A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49479A is #B6B865. Grayscale: #505050. Windows color (decimal): -11974758 or 10110793. OLE color: 10110793.

HSL color Cylindrical-coordinate representation of color #49479A: hue angle of 241.45º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49479A is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 71 154 -
CMYK 0.53 0.54 0 0.40
HSL 241.45º 0.37% 0.44% -
HSV(B) 241.45º 0.54% 0.6% -
XYZ 10.83 8.26 31.59 -
YUV 81.06 169.16 122.25 -
System Red Green Blue C M Y K H S L
Decimal 73 71 154 0.53 0.54 0 0.40 241.45 0.37 0.44
Hex 49 47 9A 35 36 0 28 F1 25 2C
Octal 111 107 232 65 66 0 50 361 45 54
Binary 1001001 1000111 10011010 110101 110110 0 101000 11110001 100101 101100

Color Harmonies of #49479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49479A

Black with #49479A

Text Example


Text Example

White with #49479A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49479A; }

 p { color: rgb(73,71,154); }

 H1.HeaderClassName
 {
   color: #49479A;
 }
 .AnyTagClassName
 {
   color: #49479A;
 }
</style>

background-color css

<style>
 a { background-color: #49479A; }

 a { background-color: rgb(73,71,154); }

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

border-color css

<style>
 span { border-color: #49479A; }

 span { border-color: rgb(73,71,154); }

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