#494D9D

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

Shades of Governor Bay #494D9D

Tints of Governor Bay #494D9D

Color information

#494D9D (or 0x494D9D) is unknown color: approx Governor Bay. HEX triplet: 49, 4D and 9D. RGB value is (73,77,157). Sum of RGB (Red+Green+Blue) = 73+77+157=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 157 (61.72% from 255 or 51.14% from 307); Max value from RGB is 157 - color contains mainly: blue. Hex color #494D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494D9D is #B6B262. Grayscale: #545454. Windows color (decimal): -11973219 or 10308937. OLE color: 10308937.

HSL color Cylindrical-coordinate representation of color #494D9D: hue angle of 237.14º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #494D9D is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7377157-
CMYK0.540.5100.38
HSL237.14º36.52%45.1%-
HSV(B)237.14º53.5%61.57%-
XYZ11.499.1633.06-
YUV84.92168.67119.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.78%
GREEN value IS 77 (30.47% from 255) = 25.08%
BLUE value IS 157 (61.72% from 255) = 51.14%
R=23.78%
G=25.08%
B=51.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73771570.540.5100.38237.1436.5245.1
Hex494D9D3633026ed252d
Octal11111523566630463554555
Binary1001001100110110011101110110110011010011011101101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,77,157); }

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

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

 a { background-color: rgb(73,77,157); }

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

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

 span { border-color: rgb(73,77,157); }

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