#499D95

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

Shades of Blue Chill #499D95

Tints of Blue Chill #499D95

Color information

#499D95 (or 0x499D95) is unknown color: approx Blue Chill. HEX triplet: 49, 9D and 95. RGB value is (73,157,149). Sum of RGB (Red+Green+Blue) = 73+157+149=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 157 - color contains mainly: green. Hex color #499D95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499D95 is #B6626A. Grayscale: #828282. Windows color (decimal): -11952747 or 9805129. OLE color: 9805129.

HSL color Cylindrical-coordinate representation of color #499D95: hue angle of 174.29º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #499D95 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB73157149-
CMYK0.5400.050.38
HSL174.29º36.52%45.1%-
HSV(B)174.29º53.5%61.57%-
XYZ20.2327.732.71-
YUV130.97138.1786.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.26%
GREEN value IS 157 (61.72% from 255) = 41.42%
BLUE value IS 149 (58.59% from 255) = 39.31%
R=19.26%
G=41.42%
B=39.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731571490.5400.050.38174.2936.5245.1
Hex499D95360526ae252d
Octal1112352256605462564555
Binary10010011001110110010101110110010110011010101110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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