Html Css Color HEX #488B79 Lochinvar

📋 copy color: '#488B79'

red 72 ◦ green 139 ◦ blue 121

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

Shades of Lochinvar #488B79

Tints of Lochinvar #488B79

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.87%

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

R = 21.69%
G = 41.87%
B = 36.45%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#488B79 (or 0x488B79) is known color: Lochinvar. HEX triplet: 48, 8B and 79. RGB value is (72,139,121). Sum of RGB (Red+Green+Blue) = 72+139+121=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 139 - color contains mainly: green. Hex color #488B79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488B79 is #B77486. Grayscale: #747474. Windows color (decimal): -12022919 or 7965512. OLE color: 7965512.

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

Color convert

RGB 72 139 121 -
CMYK 0.48 0 0.13 0.45
HSL 163.88º 0.32% 0.41% -
HSV(B) 163.88º 0.48% 0.55% -
XYZ 15.36 21.22 21.38 -
YUV 116.92 130.3 95.96 -
System Red Green Blue C M Y K H S L
Decimal 72 139 121 0.48 0 0.13 0.45 163.88 0.32 0.41
Hex 48 8B 79 30 0 D 2D A4 20 29
Octal 110 213 171 60 0 15 55 244 40 51
Binary 1001000 10001011 1111001 110000 0 1101 101101 10100100 100000 101001

Color Harmonies of #488B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488B79

Black with #488B79

Text Example


Text Example

White with #488B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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