#495190

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

Shades of Governor Bay #495190

Tints of Governor Bay #495190

Color information

#495190 (or 0x495190) is unknown color: approx Governor Bay. HEX triplet: 49, 51 and 90. RGB value is (73,81,144). Sum of RGB (Red+Green+Blue) = 73+81+144=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #495190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495190 is #B6AE6F. Grayscale: #555555. Windows color (decimal): -11972208 or 9457993. OLE color: 9457993.

HSL color Cylindrical-coordinate representation of color #495190: hue angle of 233.24º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #495190 is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7381144-
CMYK0.490.4400.44
HSL233.24º32.72%42.55%-
HSV(B)233.24º49.31%56.47%-
XYZ10.729.3127.62-
YUV85.79160.85118.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.50%
GREEN value IS 81 (32.03% from 255) = 27.18%
BLUE value IS 144 (56.64% from 255) = 48.32%
R=24.50%
G=27.18%
B=48.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73811440.490.4400.44233.2432.7242.55
Hex495190312C02Ce9212b
Octal11112122061540543514153
Binary1001001101000110010000110001101100010110011101001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495190; }

 p { color: rgb(73,81,144); }

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

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

 a { background-color: rgb(73,81,144); }

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

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

 span { border-color: rgb(73,81,144); }

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