#494AAA

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

Shades of Governor Bay #494AAA

Tints of Governor Bay #494AAA

Color information

#494AAA (or 0x494AAA) is unknown color: approx Governor Bay. HEX triplet: 49, 4A and AA. RGB value is (73,74,170). Sum of RGB (Red+Green+Blue) = 73+74+170=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #494AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494AAA is #B6B555. Grayscale: #545454. Windows color (decimal): -11973974 or 11160137. OLE color: 11160137.

HSL color Cylindrical-coordinate representation of color #494AAA: hue angle of 239.38º 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 #494AAA is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7374170-
CMYK0.570.5600.33
HSL239.38º39.92%47.65%-
HSV(B)239.38º57.06%66.67%-
XYZ12.459.2239.15-
YUV84.64176.17119.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.03%
GREEN value IS 74 (29.30% from 255) = 23.34%
BLUE value IS 170 (66.80% from 255) = 53.63%
R=23.03%
G=23.34%
B=53.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal73741700.570.5600.33239.3839.9247.65
Hex494AAA3938021ef2830
Octal11111225271700413575060
Binary1001001100101010101010111001111000010000111101111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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