#494CA9

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

Shades of Governor Bay #494CA9

Tints of Governor Bay #494CA9

Color information

#494CA9 (or 0x494CA9) is unknown color: approx Governor Bay. HEX triplet: 49, 4C and A9. RGB value is (73,76,169). Sum of RGB (Red+Green+Blue) = 73+76+169=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 169 (66.41% from 255 or 53.14% from 318); Max value from RGB is 169 - color contains mainly: blue. Hex color #494CA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494CA9 is #B6B356. Grayscale: #555555. Windows color (decimal): -11973463 or 11095113. OLE color: 11095113.

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

Color convert

RGB7376169-
CMYK0.570.5500.34
HSL238.12º39.67%47.45%-
HSV(B)238.12º56.8%66.27%-
XYZ12.499.4538.7-
YUV85.7175.01118.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.96%
GREEN value IS 76 (30.08% from 255) = 23.90%
BLUE value IS 169 (66.41% from 255) = 53.14%
R=22.96%
G=23.90%
B=53.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal73761690.570.5500.34238.1239.6747.45
Hex494CA93937022ee282f
Octal11111425171670423565057
Binary1001001100110010101001111001110111010001011101110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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