Html Css Color HEX #488C79 Lochinvar

📋 copy color: '#488C79'

red 72 ◦ green 140 ◦ blue 121

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

Shades of Lochinvar #488C79

Tints of Lochinvar #488C79

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.04%

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

R = 21.62%
G = 42.04%
B = 36.34%

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

#488C79 (or 0x488C79) is known color: Lochinvar. HEX triplet: 48, 8C and 79. RGB value is (72,140,121). Sum of RGB (Red+Green+Blue) = 72+140+121=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 140 - color contains mainly: green. Hex color #488C79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488C79 is #B77386. Grayscale: #757575. Windows color (decimal): -12022663 or 7965768. OLE color: 7965768.

HSL color Cylindrical-coordinate representation of color #488C79: hue angle of 163.24º 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 #488C79 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 140 121 -
CMYK 0.49 0 0.14 0.45
HSL 163.24º 0.32% 0.42% -
HSV(B) 163.24º 0.49% 0.55% -
XYZ 15.5 21.51 21.42 -
YUV 117.5 129.97 95.54 -
System Red Green Blue C M Y K H S L
Decimal 72 140 121 0.49 0 0.14 0.45 163.24 0.32 0.42
Hex 48 8C 79 31 0 E 2D A3 20 2A
Octal 110 214 171 61 0 16 55 243 40 52
Binary 1001000 10001100 1111001 110001 0 1110 101101 10100011 100000 101010

Color Harmonies of #488C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488C79

Black with #488C79

Text Example


Text Example

White with #488C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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