#48989D

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

Shades of Blue Chill #48989D

Tints of Blue Chill #48989D

Color information

#48989D (or 0x48989D) is unknown color: approx Blue Chill. HEX triplet: 48, 98 and 9D. RGB value is (72,152,157). Sum of RGB (Red+Green+Blue) = 72+152+157=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 157 - color contains mainly: blue. Hex color #48989D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48989D is #B76762. Grayscale: #808080. Windows color (decimal): -12019555 or 10328136. OLE color: 10328136.

HSL color Cylindrical-coordinate representation of color #48989D: hue angle of 183.53º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48989D is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB72152157-
CMYK0.540.0300.38
HSL183.53º37.12%44.9%-
HSV(B)183.53º54.14%61.57%-
XYZ19.9926.2735.92-
YUV128.6514487.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.90%
GREEN value IS 152 (59.77% from 255) = 39.90%
BLUE value IS 157 (61.72% from 255) = 41.21%
R=18.90%
G=39.90%
B=41.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721521570.540.0300.38183.5337.1244.9
Hex48989D363026b8252d
Octal1102302356630462704555
Binary1001000100110001001110111011011010011010111000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48989D; }

 p { color: rgb(72,152,157); }

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

<style>
 a { background-color: #48989D; }

 a { background-color: rgb(72,152,157); }

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

<style>
 span { border-color: #48989D; }

 span { border-color: rgb(72,152,157); }

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