#499293

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

Shades of Blue Chill #499293

Tints of Blue Chill #499293

Color information

#499293 (or 0x499293) is unknown color: approx Blue Chill. HEX triplet: 49, 92 and 93. RGB value is (73,146,147). Sum of RGB (Red+Green+Blue) = 73+146+147=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 147 - color contains mainly: blue. Hex color #499293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499293 is #B66D6C. Grayscale: #7C7C7C. Windows color (decimal): -11955565 or 9671241. OLE color: 9671241.

HSL color Cylindrical-coordinate representation of color #499293: hue angle of 180.81º 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 #499293 is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB73146147-
CMYK0.500.0100.42
HSL180.81º33.64%43.14%-
HSV(B)180.81º50.34%57.65%-
XYZ18.2924.0831.29-
YUV124.29140.8291.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.95%
GREEN value IS 146 (57.42% from 255) = 39.89%
BLUE value IS 147 (57.81% from 255) = 40.16%
R=19.95%
G=39.89%
B=40.16%

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
Decimal731461470.500.0100.42180.8133.6443.14
Hex49929332102Ab5222b
Octal1112222236210522654253
Binary100100110010010100100111100101010101010110101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499293; }

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

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

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

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

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

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

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

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