Html Css Color HEX #494797 Governor Bay

📋 copy color: '#494797'

red 73 ◦ green 71 ◦ blue 151

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

Shades of Governor Bay #494797

Tints of Governor Bay #494797

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 51.19%

R = 24.75%
G = 24.07%
B = 51.19%

CMYK

 C value IS 0.52

 M value IS 0.53

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#494797 (or 0x494797) is known color: Governor Bay. HEX triplet: 49, 47 and 97. RGB value is (73,71,151). Sum of RGB (Red+Green+Blue) = 73+71+151=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 151 (59.38% from 255 or 51.19% from 295); Max value from RGB is 151 - color contains mainly: blue. Hex color #494797 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494797 is #B6B868. Grayscale: #505050. Windows color (decimal): -11974761 or 9914185. OLE color: 9914185.

HSL color Cylindrical-coordinate representation of color #494797: hue angle of 241.5º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #494797 is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 71 151 -
CMYK 0.52 0.53 0 0.41
HSL 241.5º 0.36% 0.44% -
HSV(B) 241.5º 0.53% 0.59% -
XYZ 10.59 8.16 30.29 -
YUV 80.72 167.66 122.5 -
System Red Green Blue C M Y K H S L
Decimal 73 71 151 0.52 0.53 0 0.41 241.5 0.36 0.44
Hex 49 47 97 34 35 0 29 F2 24 2C
Octal 111 107 227 64 65 0 51 362 44 54
Binary 1001001 1000111 10010111 110100 110101 0 101001 11110010 100100 101100

Color Harmonies of #494797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494797

Black with #494797

Text Example


Text Example

White with #494797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494797; }

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

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

background-color css

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

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

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

border-color css

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

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

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