#494C9E

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

Shades of Governor Bay #494C9E

Tints of Governor Bay #494C9E

Color information

#494C9E (or 0x494C9E) is unknown color: approx Governor Bay. HEX triplet: 49, 4C and 9E. RGB value is (73,76,158). Sum of RGB (Red+Green+Blue) = 73+76+158=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 158 (62.11% from 255 or 51.47% from 307); Max value from RGB is 158 - color contains mainly: blue. Hex color #494C9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494C9E is #B6B361. Grayscale: #545454. Windows color (decimal): -11973474 or 10374217. OLE color: 10374217.

HSL color Cylindrical-coordinate representation of color #494C9E: hue angle of 237.88º 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 #494C9E is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7376158-
CMYK0.540.5200.38
HSL237.88º36.8%45.29%-
HSV(B)237.88º53.8%61.96%-
XYZ11.59.0533.49-
YUV84.45169.51119.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.78%
GREEN value IS 76 (30.08% from 255) = 24.76%
BLUE value IS 158 (62.11% from 255) = 51.47%
R=23.78%
G=24.76%
B=51.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73761580.540.5200.38237.8836.845.29
Hex494C9E3634026ee252d
Octal11111423666640463564555
Binary1001001100110010011110110110110100010011011101110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,76,158); }

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

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

 a { background-color: rgb(73,76,158); }

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

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

 span { border-color: rgb(73,76,158); }

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