#499591

Color #499591 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #499591

Tints of Blue Chill #499591

Color information

#499591 (or 0x499591) is unknown color: approx Blue Chill. HEX triplet: 49, 95 and 91. RGB value is (73,149,145). Sum of RGB (Red+Green+Blue) = 73+149+145=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 145 (57.03% from 255 or 39.51% from 367); Max value from RGB is 149 - color contains mainly: green. Hex color #499591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499591 is #B66A6E. Grayscale: #7D7D7D. Windows color (decimal): -11954799 or 9540937. OLE color: 9540937.

HSL color Cylindrical-coordinate representation of color #499591: hue angle of 176.84º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499591 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB73149145-
CMYK0.5100.030.42
HSL176.84º34.23%43.53%-
HSV(B)176.84º51.01%58.43%-
XYZ18.6124.9630.62-
YUV125.82138.8290.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.89%
GREEN value IS 149 (58.59% from 255) = 40.60%
BLUE value IS 145 (57.03% from 255) = 39.51%
R=19.89%
G=40.60%
B=39.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731491450.5100.030.42176.8434.2343.53
Hex49959133032Ab1222c
Octal1112252216303522614254
Binary1001001100101011001000111001101110101010110001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499591; }

 p { color: rgb(73,149,145); }

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

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

 a { background-color: rgb(73,149,145); }

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

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

 span { border-color: rgb(73,149,145); }

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