Html Css Color HEX #48939A Blue Chill

📋 copy color: '#48939A'

red 72 ◦ green 147 ◦ blue 154

#48939A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chill #48939A

Tints of Blue Chill #48939A

RGB

 RED value IS 72 (28.52% from 255) = 19.3%

 GREEN value IS 147 (57.81% from 255) = 39.41%

 BLUE value IS 154 (60.55% from 255) = 41.29%

R = 19.3%
G = 39.41%
B = 41.29%

CMYK

 C value IS 0.53

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#48939A (or 0x48939A) is known color: 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

RGB 72 147 154 -
CMYK 0.53 0.05 0 0.40
HSL 185.12º 0.36% 0.44% -
HSV(B) 185.12º 0.53% 0.6% -
XYZ 18.94 24.58 34.32 -
YUV 125.37 144.15 89.93 -
System Red Green Blue C M Y K H S L
Decimal 72 147 154 0.53 0.05 0 0.40 185.12 0.36 0.44
Hex 48 93 9A 35 5 0 28 B9 24 2C
Octal 110 223 232 65 5 0 50 271 44 54
Binary 1001000 10010011 10011010 110101 101 0 101000 10111001 100100 101100

Color Harmonies of #48939A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48939A

Black with #48939A

Text Example


Text Example

White with #48939A

Text Example


Text Example

HTML Codes & Css Web 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>