#499D94

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

Shades of Blue Chill #499D94

Tints of Blue Chill #499D94

Color information

#499D94 (or 0x499D94) is unknown color: approx Blue Chill. HEX triplet: 49, 9D and 94. RGB value is (73,157,148). Sum of RGB (Red+Green+Blue) = 73+157+148=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 157 - color contains mainly: green. Hex color #499D94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499D94 is #B6626B. Grayscale: #828282. Windows color (decimal): -11952748 or 9739593. OLE color: 9739593.

HSL color Cylindrical-coordinate representation of color #499D94: hue angle of 173.57º 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 #499D94 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB73157148-
CMYK0.5400.060.38
HSL173.57º36.52%45.1%-
HSV(B)173.57º53.5%61.57%-
XYZ20.1527.6732.3-
YUV130.86137.6786.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.31%
GREEN value IS 157 (61.72% from 255) = 41.53%
BLUE value IS 148 (58.20% from 255) = 39.15%
R=19.31%
G=41.53%
B=39.15%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731571480.5400.060.38173.5736.5245.1
Hex499D94360626ae252d
Octal1112352246606462564555
Binary10010011001110110010100110110011010011010101110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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