Html Css Color HEX #48908D Blue Chill

📋 copy color: '#48908D'

red 72 ◦ green 144 ◦ blue 141

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

Shades of Blue Chill #48908D

Tints of Blue Chill #48908D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.34%

 BLUE value IS 141 (55.47% from 255) = 39.5%

R = 20.17%
G = 40.34%
B = 39.5%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#48908D (or 0x48908D) is known color: Blue Chill. HEX triplet: 48, 90 and 8D. RGB value is (72,144,141). Sum of RGB (Red+Green+Blue) = 72+144+141=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 144 - color contains mainly: green. Hex color #48908D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48908D is #B76F72. Grayscale: #7A7A7A. Windows color (decimal): -12021619 or 9277512. OLE color: 9277512.

HSL color Cylindrical-coordinate representation of color #48908D: hue angle of 177.5º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48908D is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 144 141 -
CMYK 0.50 0 0.02 0.44
HSL 177.5º 0.33% 0.42% -
HSV(B) 177.5º 0.5% 0.56% -
XYZ 17.45 23.25 28.77 -
YUV 122.13 138.65 92.24 -
System Red Green Blue C M Y K H S L
Decimal 72 144 141 0.50 0 0.02 0.44 177.5 0.33 0.42
Hex 48 90 8D 32 0 2 2C B2 21 2A
Octal 110 220 215 62 0 2 54 262 41 52
Binary 1001000 10010000 10001101 110010 0 10 101100 10110010 100001 101010

Color Harmonies of #48908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48908D

Black with #48908D

Text Example


Text Example

White with #48908D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48908D;
 }
 .AnyTagClassName
 {
   color: #48908D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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