#48989C

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

Shades of Blue Chill #48989C

Tints of Blue Chill #48989C

Color information

#48989C (or 0x48989C) is unknown color: approx Blue Chill. HEX triplet: 48, 98 and 9C. RGB value is (72,152,156). Sum of RGB (Red+Green+Blue) = 72+152+156=380 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.95% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 156 - color contains mainly: blue. Hex color #48989C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48989C is #B76763. Grayscale: #808080. Windows color (decimal): -12019556 or 10262600. OLE color: 10262600.

HSL color Cylindrical-coordinate representation of color #48989C: hue angle of 182.86º 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 #48989C is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB72152156-
CMYK0.540.0300.39
HSL182.86º36.84%44.71%-
HSV(B)182.86º53.85%61.18%-
XYZ19.926.2335.47-
YUV128.54143.587.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.95%
GREEN value IS 152 (59.77% from 255) = 40%
BLUE value IS 156 (61.33% from 255) = 41.05%
R=18.95%
G=40%
B=41.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal721521560.540.0300.39182.8636.8444.71
Hex48989C363027b7252d
Octal1102302346630472674555
Binary1001000100110001001110011011011010011110110111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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