#48948E

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

Shades of Blue Chill #48948E

Tints of Blue Chill #48948E

Color information

#48948E (or 0x48948E) is unknown color: approx Blue Chill. HEX triplet: 48, 94 and 8E. RGB value is (72,148,142). Sum of RGB (Red+Green+Blue) = 72+148+142=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 148 (58.20% from 255 or 40.88% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 148 - color contains mainly: green. Hex color #48948E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48948E is #B76B71. Grayscale: #7C7C7C. Windows color (decimal): -12020594 or 9344072. OLE color: 9344072.

HSL color Cylindrical-coordinate representation of color #48948E: hue angle of 175.26º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48948E is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB72148142-
CMYK0.5100.040.42
HSL175.26º34.55%43.14%-
HSV(B)175.26º51.35%58.04%-
XYZ18.1424.5129.37-
YUV124.59137.8290.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.89%
GREEN value IS 148 (58.20% from 255) = 40.88%
BLUE value IS 142 (55.86% from 255) = 39.23%
R=19.89%
G=40.88%
B=39.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721481420.5100.040.42175.2634.5543.14
Hex48948E33042Aaf232b
Octal1102242166304522574353
Binary10010001001010010001110110011010010101010101111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48948E; }

 p { color: rgb(72,148,142); }

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

<style>
 a { background-color: #48948E; }

 a { background-color: rgb(72,148,142); }

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

<style>
 span { border-color: #48948E; }

 span { border-color: rgb(72,148,142); }

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