Html Css Color HEX #48948D Lochinvar

📋 copy color: '#48948D'

red 72 ◦ green 148 ◦ blue 141

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

Shades of Lochinvar #48948D

Tints of Lochinvar #48948D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41%

 BLUE value IS 141 (55.47% from 255) = 39.06%

R = 19.94%
G = 41%
B = 39.06%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#48948D (or 0x48948D) is known color: Lochinvar. HEX triplet: 48, 94 and 8D. RGB value is (72,148,141). Sum of RGB (Red+Green+Blue) = 72+148+141=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 148 - color contains mainly: green. Hex color #48948D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48948D is #B76B72. Grayscale: #7C7C7C. Windows color (decimal): -12020595 or 9278536. OLE color: 9278536.

HSL color Cylindrical-coordinate representation of color #48948D: hue angle of 174.47º degrees, saturation: 0.35, 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 #48948D is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 148 141 -
CMYK 0.51 0 0.05 0.42
HSL 174.47º 0.35% 0.43% -
HSV(B) 174.47º 0.51% 0.58% -
XYZ 18.07 24.48 28.97 -
YUV 124.48 137.32 90.57 -
System Red Green Blue C M Y K H S L
Decimal 72 148 141 0.51 0 0.05 0.42 174.47 0.35 0.43
Hex 48 94 8D 33 0 5 2A AE 23 2B
Octal 110 224 215 63 0 5 52 256 43 53
Binary 1001000 10010100 10001101 110011 0 101 101010 10101110 100011 101011

Color Harmonies of #48948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48948D

Black with #48948D

Text Example


Text Example

White with #48948D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48948D; }

 p { color: rgb(72,148,141); }

 H1.HeaderClassName
 {
   color: #48948D;
 }
 .AnyTagClassName
 {
   color: #48948D;
 }
</style>

background-color css

<style>
 a { background-color: #48948D; }

 a { background-color: rgb(72,148,141); }

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

border-color css

<style>
 span { border-color: #48948D; }

 span { border-color: rgb(72,148,141); }

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