#499C95

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

Shades of Blue Chill #499C95

Tints of Blue Chill #499C95

Color information

#499C95 (or 0x499C95) is unknown color: approx Blue Chill. HEX triplet: 49, 9C and 95. RGB value is (73,156,149). Sum of RGB (Red+Green+Blue) = 73+156+149=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 156 - color contains mainly: green. Hex color #499C95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499C95 is #B6636A. Grayscale: #828282. Windows color (decimal): -11953003 or 9804873. OLE color: 9804873.

HSL color Cylindrical-coordinate representation of color #499C95: hue angle of 174.94º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499C95 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB73156149-
CMYK0.5300.040.39
HSL174.94º36.24%44.9%-
HSV(B)174.94º53.21%61.18%-
XYZ20.0627.3632.66-
YUV130.38138.587.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.31%
GREEN value IS 156 (61.33% from 255) = 41.27%
BLUE value IS 149 (58.59% from 255) = 39.42%
R=19.31%
G=41.27%
B=39.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal731561490.5300.040.39174.9436.2444.9
Hex499C95350427af242d
Octal1112342256504472574455
Binary10010011001110010010101110101010010011110101111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499C95; }

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

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

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

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

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

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

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

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