Html Css Color HEX #488D79 Lochinvar

📋 copy color: '#488D79'

red 72 ◦ green 141 ◦ blue 121

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

Shades of Lochinvar #488D79

Tints of Lochinvar #488D79

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.22%

 BLUE value IS 121 (47.66% from 255) = 36.23%

R = 21.56%
G = 42.22%
B = 36.23%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#488D79 (or 0x488D79) is known color: Lochinvar. HEX triplet: 48, 8D and 79. RGB value is (72,141,121). Sum of RGB (Red+Green+Blue) = 72+141+121=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 141 - color contains mainly: green. Hex color #488D79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488D79 is #B77286. Grayscale: #767676. Windows color (decimal): -12022407 or 7966024. OLE color: 7966024.

HSL color Cylindrical-coordinate representation of color #488D79: hue angle of 162.61º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #488D79 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 141 121 -
CMYK 0.49 0 0.14 0.45
HSL 162.61º 0.32% 0.42% -
HSV(B) 162.61º 0.49% 0.55% -
XYZ 15.65 21.81 21.47 -
YUV 118.09 129.64 95.13 -
System Red Green Blue C M Y K H S L
Decimal 72 141 121 0.49 0 0.14 0.45 162.61 0.32 0.42
Hex 48 8D 79 31 0 E 2D A3 20 2A
Octal 110 215 171 61 0 16 55 243 40 52
Binary 1001000 10001101 1111001 110001 0 1110 101101 10100011 100000 101010

Color Harmonies of #488D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488D79

Black with #488D79

Text Example


Text Example

White with #488D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488D79; }

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

 H1.HeaderClassName
 {
   color: #488D79;
 }
 .AnyTagClassName
 {
   color: #488D79;
 }
</style>

background-color css

<style>
 a { background-color: #488D79; }

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

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

border-color css

<style>
 span { border-color: #488D79; }

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

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