Html Css Color HEX #498879 Lochinvar

📋 copy color: '#498879'

red 73 ◦ green 136 ◦ blue 121

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

Shades of Lochinvar #498879

Tints of Lochinvar #498879

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.21%

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

R = 22.12%
G = 41.21%
B = 36.67%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#498879 (or 0x498879) is known color: Lochinvar. HEX triplet: 49, 88 and 79. RGB value is (73,136,121). Sum of RGB (Red+Green+Blue) = 73+136+121=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 136 - color contains mainly: green. Hex color #498879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498879 is #B67786. Grayscale: #737373. Windows color (decimal): -11958151 or 7964745. OLE color: 7964745.

HSL color Cylindrical-coordinate representation of color #498879: hue angle of 165.71º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #498879 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 136 121 -
CMYK 0.46 0 0.11 0.47
HSL 165.71º 0.3% 0.41% -
HSV(B) 165.71º 0.46% 0.53% -
XYZ 15 20.41 21.24 -
YUV 115.45 131.13 97.72 -
System Red Green Blue C M Y K H S L
Decimal 73 136 121 0.46 0 0.11 0.47 165.71 0.3 0.41
Hex 49 88 79 2E 0 B 2F A6 1E 29
Octal 111 210 171 56 0 13 57 246 36 51
Binary 1001001 10001000 1111001 101110 0 1011 101111 10100110 11110 101001

Color Harmonies of #498879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498879

Black with #498879

Text Example


Text Example

White with #498879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498879; }

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

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

background-color css

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

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

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

border-color css

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

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

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