Html Css Color HEX #494997 Governor Bay

📋 copy color: '#494997'

red 73 ◦ green 73 ◦ blue 151

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

Shades of Governor Bay #494997

Tints of Governor Bay #494997

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.58%

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

R = 24.58%
G = 24.58%
B = 50.84%

CMYK

 C value IS 0.52

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#494997 (or 0x494997) is known color: Governor Bay. HEX triplet: 49, 49 and 97. RGB value is (73,73,151). Sum of RGB (Red+Green+Blue) = 73+73+151=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 151 (59.38% from 255 or 50.84% from 297); Max value from RGB is 151 - color contains mainly: blue. Hex color #494997 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494997 is #B6B668. Grayscale: #515151. Windows color (decimal): -11974249 or 9914697. OLE color: 9914697.

HSL color Cylindrical-coordinate representation of color #494997: hue angle of 240º 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 #494997 is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 73 151 -
CMYK 0.52 0.52 0 0.41
HSL 240º 0.35% 0.44% -
HSV(B) 240º 0.52% 0.59% -
XYZ 10.72 8.42 30.34 -
YUV 81.89 167 121.66 -
System Red Green Blue C M Y K H S L
Decimal 73 73 151 0.52 0.52 0 0.41 240 0.35 0.44
Hex 49 49 97 34 34 0 29 F0 23 2C
Octal 111 111 227 64 64 0 51 360 43 54
Binary 1001001 1001001 10010111 110100 110100 0 101001 11110000 100011 101100

Color Harmonies of #494997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494997

Black with #494997

Text Example


Text Example

White with #494997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494997; }

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

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

background-color css

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

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

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

border-color css

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

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

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