#494E9A

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

Shades of Governor Bay #494E9A

Tints of Governor Bay #494E9A

Color information

#494E9A (or 0x494E9A) is unknown color: approx Governor Bay. HEX triplet: 49, 4E and 9A. RGB value is (73,78,154). Sum of RGB (Red+Green+Blue) = 73+78+154=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 154 (60.55% from 255 or 50.49% from 305); Max value from RGB is 154 - color contains mainly: blue. Hex color #494E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494E9A is #B6B165. Grayscale: #545454. Windows color (decimal): -11972966 or 10112585. OLE color: 10112585.

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

Color convert

RGB7378154-
CMYK0.530.4900.40
HSL236.3º35.68%44.51%-
HSV(B)236.3º52.6%60.39%-
XYZ11.39.231.75-
YUV85.17166.84119.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.93%
GREEN value IS 78 (30.86% from 255) = 25.57%
BLUE value IS 154 (60.55% from 255) = 50.49%
R=23.93%
G=25.57%
B=50.49%

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
Decimal73781540.530.4900.40236.335.6844.51
Hex494E9A3531028ec242d
Octal11111623265610503544455
Binary1001001100111010011010110101110001010100011101100100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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