#48999F

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

Shades of Blue Chill #48999F

Tints of Blue Chill #48999F

Color information

#48999F (or 0x48999F) is unknown color: approx Blue Chill. HEX triplet: 48, 99 and 9F. RGB value is (72,153,159). Sum of RGB (Red+Green+Blue) = 72+153+159=384 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.75% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 159 - color contains mainly: blue. Hex color #48999F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48999F is #B76660. Grayscale: #818181. Windows color (decimal): -12019297 or 10459464. OLE color: 10459464.

HSL color Cylindrical-coordinate representation of color #48999F: hue angle of 184.14º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48999F is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB72153159-
CMYK0.550.0400.38
HSL184.14º37.66%45.29%-
HSV(B)184.14º54.72%62.35%-
XYZ20.3226.6636.88-
YUV129.46144.6687.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.75%
GREEN value IS 153 (60.16% from 255) = 39.84%
BLUE value IS 159 (62.5% from 255) = 41.41%
R=18.75%
G=39.84%
B=41.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721531590.550.0400.38184.1437.6645.29
Hex48999F374026b8262d
Octal1102312376740462704655
Binary10010001001100110011111110111100010011010111000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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