#499895

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

Shades of Blue Chill #499895

Tints of Blue Chill #499895

Color information

#499895 (or 0x499895) is unknown color: approx Blue Chill. HEX triplet: 49, 98 and 95. RGB value is (73,152,149). Sum of RGB (Red+Green+Blue) = 73+152+149=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 152 - color contains mainly: green. Hex color #499895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499895 is #B6676A. Grayscale: #7F7F7F. Windows color (decimal): -11954027 or 9803849. OLE color: 9803849.

HSL color Cylindrical-coordinate representation of color #499895: hue angle of 177.72º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #499895 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB73152149-
CMYK0.5200.020.40
HSL177.72º35.11%44.12%-
HSV(B)177.72º51.97%59.61%-
XYZ19.426.0432.44-
YUV128.04139.8388.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.52%
GREEN value IS 152 (59.77% from 255) = 40.64%
BLUE value IS 149 (58.59% from 255) = 39.84%
R=19.52%
G=40.64%
B=39.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal731521490.5200.020.40177.7235.1144.12
Hex499895340228b2232c
Octal1112302256402502624354
Binary1001001100110001001010111010001010100010110010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499895; }

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

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

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

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

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

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

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

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