#494B9A

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

Shades of Governor Bay #494B9A

Tints of Governor Bay #494B9A

Color information

#494B9A (or 0x494B9A) is unknown color: approx Governor Bay. HEX triplet: 49, 4B and 9A. RGB value is (73,75,154). Sum of RGB (Red+Green+Blue) = 73+75+154=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 154 (60.55% from 255 or 50.99% from 302); Max value from RGB is 154 - color contains mainly: blue. Hex color #494B9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494B9A is #B6B465. Grayscale: #535353. Windows color (decimal): -11973734 or 10111817. OLE color: 10111817.

HSL color Cylindrical-coordinate representation of color #494B9A: hue angle of 238.52º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #494B9A is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7375154-
CMYK0.530.5100.40
HSL238.52º35.68%44.51%-
HSV(B)238.52º52.6%60.39%-
XYZ11.18.7831.68-
YUV83.41167.84120.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.17%
GREEN value IS 75 (29.69% from 255) = 24.83%
BLUE value IS 154 (60.55% from 255) = 50.99%
R=24.17%
G=24.83%
B=50.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73751540.530.5100.40238.5235.6844.51
Hex494B9A3533028ef242d
Octal11111323265630503574455
Binary1001001100101110011010110101110011010100011101111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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