#498D8D

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

Shades of Blue Chill #498D8D

Tints of Blue Chill #498D8D

Color information

#498D8D (or 0x498D8D) is unknown color: approx Blue Chill. HEX triplet: 49, 8D and 8D. RGB value is (73,141,141). Sum of RGB (Red+Green+Blue) = 73+141+141=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 141 - color contains mainly: green, blue. Hex color #498D8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498D8D is #B67272. Grayscale: #787878. Windows color (decimal): -11956851 or 9276745. OLE color: 9276745.

HSL color Cylindrical-coordinate representation of color #498D8D: hue angle of 180º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #498D8D is Cyan = 0.48, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB73141141-
CMYK0.48000.45
HSL180º31.78%41.96%-
HSV(B)180º48.23%55.29%-
XYZ17.0822.3928.62-
YUV120.67139.4794-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.56%
GREEN value IS 141 (55.47% from 255) = 39.72%
BLUE value IS 141 (55.47% from 255) = 39.72%
R=20.56%
G=39.72%
B=39.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731411410.48000.4518031.7841.96
Hex498D8D30002Db4202a
Octal1112152156000552644052
Binary100100110001101100011011100000010110110110100100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,141,141); }

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

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

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

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

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

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

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