#494E8A

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

Shades of Governor Bay #494E8A

Tints of Governor Bay #494E8A

Color information

#494E8A (or 0x494E8A) is unknown color: approx Governor Bay. HEX triplet: 49, 4E and 8A. RGB value is (73,78,138). Sum of RGB (Red+Green+Blue) = 73+78+138=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 138 - color contains mainly: blue. Hex color #494E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494E8A is #B6B175. Grayscale: #535353. Windows color (decimal): -11972982 or 9064009. OLE color: 9064009.

HSL color Cylindrical-coordinate representation of color #494E8A: hue angle of 235.38º 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 #494E8A is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7378138-
CMYK0.470.4300.46
HSL235.38º30.81%41.37%-
HSV(B)235.38º47.1%54.12%-
XYZ10.068.725.19-
YUV83.34158.84120.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.26%
GREEN value IS 78 (30.86% from 255) = 26.99%
BLUE value IS 138 (54.30% from 255) = 47.75%
R=25.26%
G=26.99%
B=47.75%

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
Decimal73781380.470.4300.46235.3830.8141.37
Hex494E8A2F2B02Eeb1f29
Octal11111621257530563533751
Binary100100110011101000101010111110101101011101110101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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