Html Css Color HEX #494D97 Governor Bay

📋 copy color: '#494D97'

red 73 ◦ green 77 ◦ blue 151

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

Shades of Governor Bay #494D97

Tints of Governor Bay #494D97

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.58%

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

R = 24.25%
G = 25.58%
B = 50.17%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#494D97 (or 0x494D97) is known color: Governor Bay. HEX triplet: 49, 4D and 97. RGB value is (73,77,151). Sum of RGB (Red+Green+Blue) = 73+77+151=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 151 (59.38% from 255 or 50.17% from 301); Max value from RGB is 151 - color contains mainly: blue. Hex color #494D97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494D97 is #B6B268. Grayscale: #535353. Windows color (decimal): -11973225 or 9915721. OLE color: 9915721.

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

Color convert

RGB 73 77 151 -
CMYK 0.52 0.49 0 0.41
HSL 236.92º 0.35% 0.44% -
HSV(B) 236.92º 0.52% 0.59% -
XYZ 10.99 8.96 30.43 -
YUV 84.24 165.67 119.98 -
System Red Green Blue C M Y K H S L
Decimal 73 77 151 0.52 0.49 0 0.41 236.92 0.35 0.44
Hex 49 4D 97 34 31 0 29 ED 23 2C
Octal 111 115 227 64 61 0 51 355 43 54
Binary 1001001 1001101 10010111 110100 110001 0 101001 11101101 100011 101100

Color Harmonies of #494D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494D97

Black with #494D97

Text Example


Text Example

White with #494D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494D97; }

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

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

background-color css

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

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

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

border-color css

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

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

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