Html Css Color HEX #48898C Blue Chill

📋 copy color: '#48898C'

red 72 ◦ green 137 ◦ blue 140

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

Shades of Blue Chill #48898C

Tints of Blue Chill #48898C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.11%

R = 20.63%
G = 39.26%
B = 40.11%

CMYK

 C value IS 0.49

 M value IS 0.02

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48898C (or 0x48898C) is known color: Blue Chill. HEX triplet: 48, 89 and 8C. RGB value is (72,137,140). Sum of RGB (Red+Green+Blue) = 72+137+140=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 140 - color contains mainly: blue. Hex color #48898C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48898C is #B77673. Grayscale: #757575. Windows color (decimal): -12023412 or 9210184. OLE color: 9210184.

HSL color Cylindrical-coordinate representation of color #48898C: hue angle of 182.65º 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 #48898C is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 137 140 -
CMYK 0.49 0.02 0 0.45
HSL 182.65º 0.32% 0.42% -
HSV(B) 182.65º 0.49% 0.55% -
XYZ 16.35 21.16 28.03 -
YUV 117.91 140.47 95.26 -
System Red Green Blue C M Y K H S L
Decimal 72 137 140 0.49 0.02 0 0.45 182.65 0.32 0.42
Hex 48 89 8C 31 2 0 2D B7 20 2A
Octal 110 211 214 61 2 0 55 267 40 52
Binary 1001000 10001001 10001100 110001 10 0 101101 10110111 100000 101010

Color Harmonies of #48898C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48898C

Black with #48898C

Text Example


Text Example

White with #48898C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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