#499292

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

Shades of Blue Chill #499292

Tints of Blue Chill #499292

Color information

#499292 (or 0x499292) is unknown color: approx Blue Chill. HEX triplet: 49, 92 and 92. RGB value is (73,146,146). Sum of RGB (Red+Green+Blue) = 73+146+146=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #499292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499292 is #B66D6D. Grayscale: #7C7C7C. Windows color (decimal): -11955566 or 9605705. OLE color: 9605705.

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

Color convert

RGB73146146-
CMYK0.5000.43
HSL180º33.33%42.94%-
HSV(B)180º50%57.25%-
XYZ18.2124.0530.88-
YUV124.17140.3291.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20%
GREEN value IS 146 (57.42% from 255) = 40%
BLUE value IS 146 (57.42% from 255) = 40%
R=20%
G=40%
B=40%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731461460.5000.4318033.3342.94
Hex49929232002Bb4212b
Octal1112222226200532644153
Binary100100110010010100100101100100010101110110100100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499292; }

 p { color: rgb(73,146,146); }

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

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

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

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

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

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

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