Html Css Color HEX #48938F Blue Chill

📋 copy color: '#48938F'

red 72 ◦ green 147 ◦ blue 143

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

Shades of Blue Chill #48938F

Tints of Blue Chill #48938F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.5%

R = 19.89%
G = 40.61%
B = 39.5%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#48938F (or 0x48938F) is known color: Blue Chill. HEX triplet: 48, 93 and 8F. RGB value is (72,147,143). Sum of RGB (Red+Green+Blue) = 72+147+143=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 147 - color contains mainly: green. Hex color #48938F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48938F is #B76C70. Grayscale: #7C7C7C. Windows color (decimal): -12020849 or 9409352. OLE color: 9409352.

HSL color Cylindrical-coordinate representation of color #48938F: hue angle of 176.8º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48938F is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 147 143 -
CMYK 0.51 0 0.03 0.42
HSL 176.8º 0.34% 0.43% -
HSV(B) 176.8º 0.51% 0.58% -
XYZ 18.06 24.23 29.71 -
YUV 124.12 138.65 90.83 -
System Red Green Blue C M Y K H S L
Decimal 72 147 143 0.51 0 0.03 0.42 176.8 0.34 0.43
Hex 48 93 8F 33 0 3 2A B1 22 2B
Octal 110 223 217 63 0 3 52 261 42 53
Binary 1001000 10010011 10001111 110011 0 11 101010 10110001 100010 101011

Color Harmonies of #48938F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48938F

Black with #48938F

Text Example


Text Example

White with #48938F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48938F;
 }
 .AnyTagClassName
 {
   color: #48938F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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