#494C9C

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

Shades of Governor Bay #494C9C

Tints of Governor Bay #494C9C

Color information

#494C9C (or 0x494C9C) is unknown color: approx Governor Bay. HEX triplet: 49, 4C and 9C. RGB value is (73,76,156). Sum of RGB (Red+Green+Blue) = 73+76+156=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #494C9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494C9C is #B6B363. Grayscale: #535353. Windows color (decimal): -11973476 or 10243145. OLE color: 10243145.

HSL color Cylindrical-coordinate representation of color #494C9C: hue angle of 237.83º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #494C9C is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7376156-
CMYK0.530.5100.39
HSL237.83º36.24%44.9%-
HSV(B)237.83º53.21%61.18%-
XYZ11.338.9932.59-
YUV84.22168.51120-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.93%
GREEN value IS 76 (30.08% from 255) = 24.92%
BLUE value IS 156 (61.33% from 255) = 51.15%
R=23.93%
G=24.92%
B=51.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal73761560.530.5100.39237.8336.2444.9
Hex494C9C3533027ee242d
Octal11111423465630473564455
Binary1001001100110010011100110101110011010011111101110100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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