#494B9C

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

Shades of Governor Bay #494B9C

Tints of Governor Bay #494B9C

Color information

#494B9C (or 0x494B9C) is unknown color: approx Governor Bay. HEX triplet: 49, 4B and 9C. RGB value is (73,75,156). Sum of RGB (Red+Green+Blue) = 73+75+156=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 156 (61.33% from 255 or 51.32% from 304); Max value from RGB is 156 - color contains mainly: blue. Hex color #494B9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494B9C is #B6B463. Grayscale: #535353. Windows color (decimal): -11973732 or 10242889. OLE color: 10242889.

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

Color convert

RGB7375156-
CMYK0.530.5200.39
HSL238.55º36.24%44.9%-
HSV(B)238.55º53.21%61.18%-
XYZ11.268.8532.57-
YUV83.64168.84120.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.01%
GREEN value IS 75 (29.69% from 255) = 24.67%
BLUE value IS 156 (61.33% from 255) = 51.32%
R=24.01%
G=24.67%
B=51.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal73751560.530.5200.39238.5536.2444.9
Hex494B9C3534027ef242d
Octal11111323465640473574455
Binary1001001100101110011100110101110100010011111101111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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