#48939A

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

Shades of Blue Chill #48939A

Tints of Blue Chill #48939A

Color information

#48939A (or 0x48939A) is unknown color: approx Blue Chill. HEX triplet: 48, 93 and 9A. RGB value is (72,147,154). Sum of RGB (Red+Green+Blue) = 72+147+154=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 154 - color contains mainly: blue. Hex color #48939A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48939A is #B76C65. Grayscale: #7D7D7D. Windows color (decimal): -12020838 or 10130248. OLE color: 10130248.

HSL color Cylindrical-coordinate representation of color #48939A: hue angle of 185.12º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48939A is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB72147154-
CMYK0.530.0500.40
HSL185.12º36.28%44.31%-
HSV(B)185.12º53.25%60.39%-
XYZ18.9424.5834.32-
YUV125.37144.1589.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.30%
GREEN value IS 147 (57.81% from 255) = 39.41%
BLUE value IS 154 (60.55% from 255) = 41.29%
R=19.30%
G=39.41%
B=41.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal721471540.530.0500.40185.1236.2844.31
Hex48939A355028b9242c
Octal1102232326550502714454
Binary10010001001001110011010110101101010100010111001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48939A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48939A; }

 p { color: rgb(72,147,154); }

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

<style>
 a { background-color: #48939A; }

 a { background-color: rgb(72,147,154); }

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

<style>
 span { border-color: #48939A; }

 span { border-color: rgb(72,147,154); }

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