#494C9B

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

Shades of Governor Bay #494C9B

Tints of Governor Bay #494C9B

Color information

#494C9B (or 0x494C9B) is unknown color: approx Governor Bay. HEX triplet: 49, 4C and 9B. RGB value is (73,76,155). Sum of RGB (Red+Green+Blue) = 73+76+155=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #494C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494C9B is #B6B364. Grayscale: #535353. Windows color (decimal): -11973477 or 10177609. OLE color: 10177609.

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

Color convert

RGB7376155-
CMYK0.530.5100.39
HSL237.8º35.96%44.71%-
HSV(B)237.8º52.9%60.78%-
XYZ11.258.9532.15-
YUV84.11168.01120.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.01%
GREEN value IS 76 (30.08% from 255) = 25%
BLUE value IS 155 (60.94% from 255) = 50.99%
R=24.01%
G=25%
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.39
SystemRedGreenBlueCMYKHSL
Decimal73761550.530.5100.39237.835.9644.71
Hex494C9B3533027ee242d
Octal11111423365630473564455
Binary1001001100110010011011110101110011010011111101110100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,76,155); }

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

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

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

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

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

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

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