#48928F

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

Shades of Blue Chill #48928F

Tints of Blue Chill #48928F

Color information

#48928F (or 0x48928F) is unknown color: approx Blue Chill. HEX triplet: 48, 92 and 8F. RGB value is (72,146,143). Sum of RGB (Red+Green+Blue) = 72+146+143=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 146 - color contains mainly: green. Hex color #48928F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48928F is #B76D70. Grayscale: #7B7B7B. Windows color (decimal): -12021105 or 9409096. OLE color: 9409096.

HSL color Cylindrical-coordinate representation of color #48928F: hue angle of 177.57º 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 #48928F is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB72146143-
CMYK0.5100.020.43
HSL177.57º33.94%42.75%-
HSV(B)177.57º50.68%57.25%-
XYZ17.9123.9229.66-
YUV123.53138.9891.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.94%
GREEN value IS 146 (57.42% from 255) = 40.44%
BLUE value IS 143 (56.25% from 255) = 39.61%
R=19.94%
G=40.44%
B=39.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721461430.5100.020.43177.5733.9442.75
Hex48928F33022Bb2222b
Octal1102222176302532624253
Binary1001000100100101000111111001101010101110110010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48928F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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