Html Css Color HEX #494897 Governor Bay

📋 copy color: '#494897'

red 73 ◦ green 72 ◦ blue 151

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

Shades of Governor Bay #494897

Tints of Governor Bay #494897

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.32%

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

R = 24.66%
G = 24.32%
B = 51.01%

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

#494897 (or 0x494897) is known color: Governor Bay. HEX triplet: 49, 48 and 97. RGB value is (73,72,151). Sum of RGB (Red+Green+Blue) = 73+72+151=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 151 (59.38% from 255 or 51.01% from 296); Max value from RGB is 151 - color contains mainly: blue. Hex color #494897 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494897 is #B6B768. Grayscale: #505050. Windows color (decimal): -11974505 or 9914441. OLE color: 9914441.

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

Color convert

RGB 73 72 151 -
CMYK 0.52 0.52 0 0.41
HSL 240.76º 0.35% 0.44% -
HSV(B) 240.76º 0.52% 0.59% -
XYZ 10.65 8.29 30.32 -
YUV 81.31 167.33 122.08 -
System Red Green Blue C M Y K H S L
Decimal 73 72 151 0.52 0.52 0 0.41 240.76 0.35 0.44
Hex 49 48 97 34 34 0 29 F1 23 2C
Octal 111 110 227 64 64 0 51 361 43 54
Binary 1001001 1001000 10010111 110100 110100 0 101001 11110001 100011 101100

Color Harmonies of #494897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494897

Black with #494897

Text Example


Text Example

White with #494897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494897; }

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

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

background-color css

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

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

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

border-color css

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

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

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