Html Css Color HEX #48928F Blue Chill

📋 copy color: '#48928F'

red 72 ◦ green 146 ◦ blue 143

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

Shades of Blue Chill #48928F

Tints of Blue Chill #48928F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.44%

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

R = 19.94%
G = 40.44%
B = 39.61%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.02

 K value IS 0.43

RGB Variations

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

Color information

#48928F (or 0x48928F) is known color: Blue Chill. HEX triplet: 48, 92 and 8F. RGB value is (72,146,143). Sum of RGB (Red+Green+Blue) = 72+146+143=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 146 - color contains mainly: green. Hex color #48928F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48928F is #B76D70. Grayscale: #7B7B7B. Windows color (decimal): -12021105 or 9409096. OLE color: 9409096.

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

Color convert

RGB 72 146 143 -
CMYK 0.51 0 0.02 0.43
HSL 177.57º 0.34% 0.43% -
HSV(B) 177.57º 0.51% 0.57% -
XYZ 17.91 23.92 29.66 -
YUV 123.53 138.98 91.24 -
System Red Green Blue C M Y K H S L
Decimal 72 146 143 0.51 0 0.02 0.43 177.57 0.34 0.43
Hex 48 92 8F 33 0 2 2B B2 22 2B
Octal 110 222 217 63 0 2 53 262 42 53
Binary 1001000 10010010 10001111 110011 0 10 101011 10110010 100010 101011

Color Harmonies of #48928F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48928F

Black with #48928F

Text Example


Text Example

White with #48928F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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