#494F8A

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

Shades of Governor Bay #494F8A

Tints of Governor Bay #494F8A

Color information

#494F8A (or 0x494F8A) is unknown color: approx Governor Bay. HEX triplet: 49, 4F and 8A. RGB value is (73,79,138). Sum of RGB (Red+Green+Blue) = 73+79+138=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 138 (54.30% from 255 or 47.59% from 290); Max value from RGB is 138 - color contains mainly: blue. Hex color #494F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494F8A is #B6B075. Grayscale: #535353. Windows color (decimal): -11972726 or 9064265. OLE color: 9064265.

HSL color Cylindrical-coordinate representation of color #494F8A: hue angle of 234.46º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #494F8A is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7379138-
CMYK0.470.4300.46
HSL234.46º30.81%41.37%-
HSV(B)234.46º47.1%54.12%-
XYZ10.138.8425.22-
YUV83.93158.51120.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.17%
GREEN value IS 79 (31.25% from 255) = 27.24%
BLUE value IS 138 (54.30% from 255) = 47.59%
R=25.17%
G=27.24%
B=47.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal73791380.470.4300.46234.4630.8141.37
Hex494F8A2F2B02Eea1f29
Octal11111721257530563523751
Binary100100110011111000101010111110101101011101110101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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