Html Css Color HEX #48918D Blue Chill

📋 copy color: '#48918D'

red 72 ◦ green 145 ◦ blue 141

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

Shades of Blue Chill #48918D

Tints of Blue Chill #48918D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.5%

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

R = 20.11%
G = 40.5%
B = 39.39%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#48918D (or 0x48918D) is known color: Blue Chill. HEX triplet: 48, 91 and 8D. RGB value is (72,145,141). Sum of RGB (Red+Green+Blue) = 72+145+141=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 145 - color contains mainly: green. Hex color #48918D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48918D is #B76E72. Grayscale: #7A7A7A. Windows color (decimal): -12021363 or 9277768. OLE color: 9277768.

HSL color Cylindrical-coordinate representation of color #48918D: hue angle of 176.71º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48918D is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 145 141 -
CMYK 0.50 0 0.03 0.43
HSL 176.71º 0.34% 0.43% -
HSV(B) 176.71º 0.5% 0.57% -
XYZ 17.61 23.55 28.82 -
YUV 122.72 138.32 91.83 -
System Red Green Blue C M Y K H S L
Decimal 72 145 141 0.50 0 0.03 0.43 176.71 0.34 0.43
Hex 48 91 8D 32 0 3 2B B1 22 2B
Octal 110 221 215 62 0 3 53 261 42 53
Binary 1001000 10010001 10001101 110010 0 11 101011 10110001 100010 101011

Color Harmonies of #48918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48918D

Black with #48918D

Text Example


Text Example

White with #48918D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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