#494BA9

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

Shades of Governor Bay #494BA9

Tints of Governor Bay #494BA9

Color information

#494BA9 (or 0x494BA9) is unknown color: approx Governor Bay. HEX triplet: 49, 4B and A9. RGB value is (73,75,169). Sum of RGB (Red+Green+Blue) = 73+75+169=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 169 (66.41% from 255 or 53.31% from 317); Max value from RGB is 169 - color contains mainly: blue. Hex color #494BA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494BA9 is #B6B456. Grayscale: #545454. Windows color (decimal): -11973719 or 11094857. OLE color: 11094857.

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

Color convert

RGB7375169-
CMYK0.570.5600.34
HSL238.75º39.67%47.45%-
HSV(B)238.75º56.8%66.27%-
XYZ12.439.3138.68-
YUV85.12175.34119.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.03%
GREEN value IS 75 (29.69% from 255) = 23.66%
BLUE value IS 169 (66.41% from 255) = 53.31%
R=23.03%
G=23.66%
B=53.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal73751690.570.5600.34238.7539.6747.45
Hex494BA93938022ef282f
Octal11111325171700423575057
Binary1001001100101110101001111001111000010001011101111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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