#494B97

Color #494B97 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #494B97

Tints of Governor Bay #494B97

Color information

#494B97 (or 0x494B97) is unknown color: approx Governor Bay. HEX triplet: 49, 4B and 97. RGB value is (73,75,151). Sum of RGB (Red+Green+Blue) = 73+75+151=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 151 (59.38% from 255 or 50.50% from 299); Max value from RGB is 151 - color contains mainly: blue. Hex color #494B97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494B97 is #B6B468. Grayscale: #525252. Windows color (decimal): -11973737 or 9915209. OLE color: 9915209.

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

Color convert

RGB7375151-
CMYK0.520.5000.41
HSL238.46º34.82%43.92%-
HSV(B)238.46º51.66%59.22%-
XYZ10.858.6830.38-
YUV83.07166.34120.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.41%
GREEN value IS 75 (29.69% from 255) = 25.08%
BLUE value IS 151 (59.38% from 255) = 50.50%
R=24.41%
G=25.08%
B=50.50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73751510.520.5000.41238.4634.8243.92
Hex494B973432029ee232c
Octal11111322764620513564354
Binary1001001100101110010111110100110010010100111101110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #494B97;
 }
 .AnyTagClassName
 {
   color: #494B97;
 }
</style>
background-color css

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

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

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

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

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

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