#498E95

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

Shades of Blue Chill #498E95

Tints of Blue Chill #498E95

Color information

#498E95 (or 0x498E95) is unknown color: approx Blue Chill. HEX triplet: 49, 8E and 95. RGB value is (73,142,149). Sum of RGB (Red+Green+Blue) = 73+142+149=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 149 - color contains mainly: blue. Hex color #498E95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498E95 is #B6716A. Grayscale: #7A7A7A. Windows color (decimal): -11956587 or 9801289. OLE color: 9801289.

HSL color Cylindrical-coordinate representation of color #498E95: hue angle of 185.53º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #498E95 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB73142149-
CMYK0.510.0500.42
HSL185.53º34.23%43.53%-
HSV(B)185.53º51.01%58.43%-
XYZ17.8522.9331.92-
YUV122.17143.1492.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.05%
GREEN value IS 142 (55.86% from 255) = 39.01%
BLUE value IS 149 (58.59% from 255) = 40.93%
R=20.05%
G=39.01%
B=40.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731421490.510.0500.42185.5334.2343.53
Hex498E9533502Aba222c
Octal1112162256350522724254
Binary10010011000111010010101110011101010101010111010100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498E95; }

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

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

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

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

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

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

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

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