Html Css Color HEX #48898B Blue Chill

📋 copy color: '#48898B'

red 72 ◦ green 137 ◦ blue 139

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

Shades of Blue Chill #48898B

Tints of Blue Chill #48898B

RGB

 RED value IS 72 (28.52% from 255) = 20.69%

 GREEN value IS 137 (53.91% from 255) = 39.37%

 BLUE value IS 139 (54.69% from 255) = 39.94%

R = 20.69%
G = 39.37%
B = 39.94%

CMYK

 C value IS 0.48

 M value IS 0.01

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48898B (or 0x48898B) is known color: Blue Chill. HEX triplet: 48, 89 and 8B. RGB value is (72,137,139). Sum of RGB (Red+Green+Blue) = 72+137+139=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 139 - color contains mainly: blue. Hex color #48898B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48898B is #B77674. Grayscale: #757575. Windows color (decimal): -12023413 or 9144648. OLE color: 9144648.

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

Color convert

RGB 72 137 139 -
CMYK 0.48 0.01 0 0.45
HSL 181.79º 0.32% 0.41% -
HSV(B) 181.79º 0.48% 0.55% -
XYZ 16.28 21.13 27.65 -
YUV 117.79 139.97 95.34 -
System Red Green Blue C M Y K H S L
Decimal 72 137 139 0.48 0.01 0 0.45 181.79 0.32 0.41
Hex 48 89 8B 30 1 0 2D B6 20 29
Octal 110 211 213 60 1 0 55 266 40 51
Binary 1001000 10001001 10001011 110000 1 0 101101 10110110 100000 101001

Color Harmonies of #48898B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48898B

Black with #48898B

Text Example


Text Example

White with #48898B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48898B;
 }
 .AnyTagClassName
 {
   color: #48898B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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