#494F9A

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

Shades of Governor Bay #494F9A

Tints of Governor Bay #494F9A

Color information

#494F9A (or 0x494F9A) is unknown color: approx Governor Bay. HEX triplet: 49, 4F and 9A. RGB value is (73,79,154). Sum of RGB (Red+Green+Blue) = 73+79+154=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 154 (60.55% from 255 or 50.33% from 306); Max value from RGB is 154 - color contains mainly: blue. Hex color #494F9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494F9A is #B6B065. Grayscale: #555555. Windows color (decimal): -11972710 or 10112841. OLE color: 10112841.

HSL color Cylindrical-coordinate representation of color #494F9A: hue angle of 235.56º 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 #494F9A is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7379154-
CMYK0.530.4900.40
HSL235.56º35.68%44.51%-
HSV(B)235.56º52.6%60.39%-
XYZ11.389.3431.78-
YUV85.76166.51118.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.86%
GREEN value IS 79 (31.25% from 255) = 25.82%
BLUE value IS 154 (60.55% from 255) = 50.33%
R=23.86%
G=25.82%
B=50.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73791540.530.4900.40235.5635.6844.51
Hex494F9A3531028ec242d
Octal11111723265610503544455
Binary1001001100111110011010110101110001010100011101100100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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