#48918C

Color #48918C Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #48918C

Tints of Blue Chill #48918C

Color information

#48918C (or 0x48918C) is unknown color: approx Blue Chill. HEX triplet: 48, 91 and 8C. RGB value is (72,145,140). Sum of RGB (Red+Green+Blue) = 72+145+140=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 145 - color contains mainly: green. Hex color #48918C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48918C is #B76E73. Grayscale: #7A7A7A. Windows color (decimal): -12021364 or 9212232. OLE color: 9212232.

HSL color Cylindrical-coordinate representation of color #48918C: hue angle of 175.89º 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 #48918C is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB72145140-
CMYK0.5000.030.43
HSL175.89º33.64%42.55%-
HSV(B)175.89º50.34%56.86%-
XYZ17.5323.5228.43-
YUV122.6137.8291.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.17%
GREEN value IS 145 (57.03% from 255) = 40.62%
BLUE value IS 140 (55.08% from 255) = 39.22%
R=20.17%
G=40.62%
B=39.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721451400.5000.030.43175.8933.6442.55
Hex48918C32032Bb0222b
Octal1102212146203532604253
Binary1001000100100011000110011001001110101110110000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48918C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #48918C;
 }
 .AnyTagClassName
 {
   color: #48918C;
 }
</style>
background-color css

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

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

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

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

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

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