#494B9B

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

Shades of Governor Bay #494B9B

Tints of Governor Bay #494B9B

Color information

#494B9B (or 0x494B9B) is unknown color: approx Governor Bay. HEX triplet: 49, 4B and 9B. RGB value is (73,75,155). Sum of RGB (Red+Green+Blue) = 73+75+155=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #494B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494B9B is #B6B464. Grayscale: #535353. Windows color (decimal): -11973733 or 10177353. OLE color: 10177353.

HSL color Cylindrical-coordinate representation of color #494B9B: hue angle of 238.54º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #494B9B is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7375155-
CMYK0.530.5200.39
HSL238.54º35.96%44.71%-
HSV(B)238.54º52.9%60.78%-
XYZ11.188.8232.12-
YUV83.52168.34120.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.09%
GREEN value IS 75 (29.69% from 255) = 24.75%
BLUE value IS 155 (60.94% from 255) = 51.16%
R=24.09%
G=24.75%
B=51.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal73751550.530.5200.39238.5435.9644.71
Hex494B9B3534027ef242d
Octal11111323365640473574455
Binary1001001100101110011011110101110100010011111101111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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