#494DAA

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

Shades of Governor Bay #494DAA

Tints of Governor Bay #494DAA

Color information

#494DAA (or 0x494DAA) is unknown color: approx Governor Bay. HEX triplet: 49, 4D and AA. RGB value is (73,77,170). Sum of RGB (Red+Green+Blue) = 73+77+170=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #494DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494DAA is #B6B255. Grayscale: #565656. Windows color (decimal): -11973206 or 11160905. OLE color: 11160905.

HSL color Cylindrical-coordinate representation of color #494DAA: hue angle of 237.53º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #494DAA is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7377170-
CMYK0.570.5500.33
HSL237.53º39.92%47.65%-
HSV(B)237.53º57.06%66.67%-
XYZ12.669.6339.22-
YUV86.41175.17118.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.81%
GREEN value IS 77 (30.47% from 255) = 24.06%
BLUE value IS 170 (66.80% from 255) = 53.12%
R=22.81%
G=24.06%
B=53.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal73771700.570.5500.33237.5339.9247.65
Hex494DAA3937021ee2830
Octal11111525271670413565060
Binary1001001100110110101010111001110111010000111101110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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