Html Css Color HEX #48898D Blue Chill

📋 copy color: '#48898D'

red 72 ◦ green 137 ◦ blue 141

#48898D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chill #48898D

Tints of Blue Chill #48898D

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 value IS 0.49

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48898D (or 0x48898D) is known color: 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

RGB 72 137 141 -
CMYK 0.49 0.03 0 0.45
HSL 183.48º 0.32% 0.42% -
HSV(B) 183.48º 0.49% 0.55% -
XYZ 16.43 21.19 28.42 -
YUV 118.02 140.97 95.17 -
System Red Green Blue C M Y K H S L
Decimal 72 137 141 0.49 0.03 0 0.45 183.48 0.32 0.42
Hex 48 89 8D 31 3 0 2D B7 20 2A
Octal 110 211 215 61 3 0 55 267 40 52
Binary 1001000 10001001 10001101 110001 11 0 101101 10110111 100000 101010

Color Harmonies of #48898D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48898D

Black with #48898D

Text Example


Text Example

White with #48898D

Text Example


Text Example

HTML Codes & Css Web 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>