#48999B

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

Shades of Blue Chill #48999B

Tints of Blue Chill #48999B

Color information

#48999B (or 0x48999B) is unknown color: approx Blue Chill. HEX triplet: 48, 99 and 9B. RGB value is (72,153,155). Sum of RGB (Red+Green+Blue) = 72+153+155=380 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.95% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 155 - color contains mainly: blue. Hex color #48999B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48999B is #B76664. Grayscale: #808080. Windows color (decimal): -12019301 or 10197320. OLE color: 10197320.

HSL color Cylindrical-coordinate representation of color #48999B: hue angle of 181.45º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48999B is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB72153155-
CMYK0.540.0100.39
HSL181.45º36.56%44.51%-
HSV(B)181.45º53.55%60.78%-
XYZ19.9826.5335.08-
YUV129.01142.6687.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.95%
GREEN value IS 153 (60.16% from 255) = 40.26%
BLUE value IS 155 (60.94% from 255) = 40.79%
R=18.95%
G=40.26%
B=40.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal721531550.540.0100.39181.4536.5644.51
Hex48999B361027b5252d
Octal1102312336610472654555
Binary100100010011001100110111101101010011110110101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48999B; }

 p { color: rgb(72,153,155); }

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

<style>
 a { background-color: #48999B; }

 a { background-color: rgb(72,153,155); }

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

<style>
 span { border-color: #48999B; }

 span { border-color: rgb(72,153,155); }

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