#494C8F

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

Shades of Governor Bay #494C8F

Tints of Governor Bay #494C8F

Color information

#494C8F (or 0x494C8F) is unknown color: approx Governor Bay. HEX triplet: 49, 4C and 8F. RGB value is (73,76,143). Sum of RGB (Red+Green+Blue) = 73+76+143=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 143 (56.25% from 255 or 48.97% from 292); Max value from RGB is 143 - color contains mainly: blue. Hex color #494C8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494C8F is #B6B370. Grayscale: #525252. Windows color (decimal): -11973489 or 9391177. OLE color: 9391177.

HSL color Cylindrical-coordinate representation of color #494C8F: hue angle of 237.43º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #494C8F is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7376143-
CMYK0.490.4700.44
HSL237.43º32.41%42.35%-
HSV(B)237.43º48.95%56.08%-
XYZ10.298.5727.1-
YUV82.74162.01121.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25%
GREEN value IS 76 (30.08% from 255) = 26.03%
BLUE value IS 143 (56.25% from 255) = 48.97%
R=25%
G=26.03%
B=48.97%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73761430.490.4700.44237.4332.4142.35
Hex494C8F312F02Ced202a
Octal11111421761570543554052
Binary1001001100110010001111110001101111010110011101101100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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