#499193

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

Shades of Blue Chill #499193

Tints of Blue Chill #499193

Color information

#499193 (or 0x499193) is unknown color: approx Blue Chill. HEX triplet: 49, 91 and 93. RGB value is (73,145,147). Sum of RGB (Red+Green+Blue) = 73+145+147=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 147 (57.81% from 255 or 40.27% from 365); Max value from RGB is 147 - color contains mainly: blue. Hex color #499193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499193 is #B66E6C. Grayscale: #7B7B7B. Windows color (decimal): -11955821 or 9670985. OLE color: 9670985.

HSL color Cylindrical-coordinate representation of color #499193: hue angle of 181.62º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499193 is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB73145147-
CMYK0.500.0100.42
HSL181.62º33.64%43.14%-
HSV(B)181.62º50.34%57.65%-
XYZ18.1423.7731.24-
YUV123.7141.1591.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20%
GREEN value IS 145 (57.03% from 255) = 39.73%
BLUE value IS 147 (57.81% from 255) = 40.27%
R=20%
G=39.73%
B=40.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731451470.500.0100.42181.6233.6443.14
Hex49919332102Ab6222b
Octal1112212236210522664253
Binary100100110010001100100111100101010101010110110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499193; }

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

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

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

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

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

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

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

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