Html Css Color HEX #488579 Lochinvar

📋 copy color: '#488579'

red 72 ◦ green 133 ◦ blue 121

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

Shades of Lochinvar #488579

Tints of Lochinvar #488579

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.8%

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

R = 22.09%
G = 40.8%
B = 37.12%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#488579 (or 0x488579) is known color: Lochinvar. HEX triplet: 48, 85 and 79. RGB value is (72,133,121). Sum of RGB (Red+Green+Blue) = 72+133+121=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 133 - color contains mainly: green. Hex color #488579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488579 is #B77A86. Grayscale: #717171. Windows color (decimal): -12024455 or 7963976. OLE color: 7963976.

HSL color Cylindrical-coordinate representation of color #488579: hue angle of 168.2º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #488579 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 133 121 -
CMYK 0.46 0 0.09 0.48
HSL 168.2º 0.3% 0.4% -
HSV(B) 168.2º 0.46% 0.52% -
XYZ 14.51 19.53 21.09 -
YUV 113.39 132.29 98.48 -
System Red Green Blue C M Y K H S L
Decimal 72 133 121 0.46 0 0.09 0.48 168.2 0.3 0.4
Hex 48 85 79 2E 0 9 30 A8 1E 28
Octal 110 205 171 56 0 11 60 250 36 50
Binary 1001000 10000101 1111001 101110 0 1001 110000 10101000 11110 101000

Color Harmonies of #488579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488579

Black with #488579

Text Example


Text Example

White with #488579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488579; }

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

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

background-color css

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

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

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

border-color css

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

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

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