#48898D

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

Shades of Blue Chill #48898D

Tints of Blue Chill #48898D

Color information

#48898D (or 0x48898D) is unknown color: approx Blue Chill. HEX triplet: 48, 89 and 8D. RGB value is (72,137,141). Sum of RGB (Red+Green+Blue) = 72+137+141=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 141 - color contains mainly: blue. Hex color #48898D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48898D is #B77672. Grayscale: #757575. Windows color (decimal): -12023411 or 9275720. OLE color: 9275720.

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

Color convert

RGB72137141-
CMYK0.490.0300.45
HSL183.48º32.39%41.76%-
HSV(B)183.48º48.94%55.29%-
XYZ16.4321.1928.42-
YUV118.02140.9795.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.57%
GREEN value IS 137 (53.91% from 255) = 39.14%
BLUE value IS 141 (55.47% from 255) = 40.29%
R=20.57%
G=39.14%
B=40.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal721371410.490.0300.45183.4832.3941.76
Hex48898D31302Db7202a
Octal1102112156130552674052
Binary1001000100010011000110111000111010110110110111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48898D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48898D; }

 p { color: rgb(72,137,141); }

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

<style>
 a { background-color: #48898D; }

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

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

<style>
 span { border-color: #48898D; }

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

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