#498B8B

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

Shades of Blue Chill #498B8B

Tints of Blue Chill #498B8B

Color information

#498B8B (or 0x498B8B) is unknown color: approx Blue Chill. HEX triplet: 49, 8B and 8B. RGB value is (73,139,139). Sum of RGB (Red+Green+Blue) = 73+139+139=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 139 (54.69% from 255 or 39.60% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 139 - color contains mainly: green, blue. Hex color #498B8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498B8B is #B67474. Grayscale: #777777. Windows color (decimal): -11957365 or 9145161. OLE color: 9145161.

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

Color convert

RGB73139139-
CMYK0.47000.45
HSL180º31.13%41.57%-
HSV(B)180º47.48%54.51%-
XYZ16.6421.7527.75-
YUV119.27139.1395-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.80%
GREEN value IS 139 (54.69% from 255) = 39.60%
BLUE value IS 139 (54.69% from 255) = 39.60%
R=20.80%
G=39.60%
B=39.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731391390.47000.4518031.1341.57
Hex498B8B2F002Db41f2a
Octal1112132135700552643752
Binary10010011000101110001011101111001011011011010011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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