#48928E

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

Shades of Blue Chill #48928E

Tints of Blue Chill #48928E

Color information

#48928E (or 0x48928E) is unknown color: approx Blue Chill. HEX triplet: 48, 92 and 8E. RGB value is (72,146,142). Sum of RGB (Red+Green+Blue) = 72+146+142=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 146 - color contains mainly: green. Hex color #48928E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48928E is #B76D71. Grayscale: #7B7B7B. Windows color (decimal): -12021106 or 9343560. OLE color: 9343560.

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

Color convert

RGB72146142-
CMYK0.5100.030.43
HSL176.76º33.94%42.75%-
HSV(B)176.76º50.68%57.25%-
XYZ17.8323.8929.26-
YUV123.42138.4891.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20%
GREEN value IS 146 (57.42% from 255) = 40.56%
BLUE value IS 142 (55.86% from 255) = 39.44%
R=20%
G=40.56%
B=39.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721461420.5100.030.43176.7633.9442.75
Hex48928E33032Bb1222b
Octal1102222166303532614253
Binary1001000100100101000111011001101110101110110001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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