Html Css Color HEX #498579 Lochinvar

📋 copy color: '#498579'

red 73 ◦ green 133 ◦ blue 121

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

Shades of Lochinvar #498579

Tints of Lochinvar #498579

RGB

 RED value IS 73 (28.91% from 255) = 22.32%

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

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

R = 22.32%
G = 40.67%
B = 37%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#498579 (or 0x498579) is known color: Lochinvar. HEX triplet: 49, 85 and 79. RGB value is (73,133,121). Sum of RGB (Red+Green+Blue) = 73+133+121=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 133 - color contains mainly: green. Hex color #498579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498579 is #B67A86. Grayscale: #717171. Windows color (decimal): -11958919 or 7963977. OLE color: 7963977.

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

Color convert

RGB 73 133 121 -
CMYK 0.45 0 0.09 0.48
HSL 168º 0.29% 0.4% -
HSV(B) 168º 0.45% 0.52% -
XYZ 14.59 19.57 21.1 -
YUV 113.69 132.12 98.98 -
System Red Green Blue C M Y K H S L
Decimal 73 133 121 0.45 0 0.09 0.48 168 0.29 0.4
Hex 49 85 79 2D 0 9 30 A8 1D 28
Octal 111 205 171 55 0 11 60 250 35 50
Binary 1001001 10000101 1111001 101101 0 1001 110000 10101000 11101 101000

Color Harmonies of #498579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498579

Black with #498579

Text Example


Text Example

White with #498579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498579; }

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

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

background-color css

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

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

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

border-color css

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

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

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