Html Css Color HEX #498B79 Lochinvar

📋 copy color: '#498B79'

red 73 ◦ green 139 ◦ blue 121

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

Shades of Lochinvar #498B79

Tints of Lochinvar #498B79

RGB

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

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

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

R = 21.92%
G = 41.74%
B = 36.34%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#498B79 (or 0x498B79) is known color: Lochinvar. HEX triplet: 49, 8B and 79. RGB value is (73,139,121). Sum of RGB (Red+Green+Blue) = 73+139+121=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 139 (54.69% from 255 or 41.74% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 139 - color contains mainly: green. Hex color #498B79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498B79 is #B67486. Grayscale: #757575. Windows color (decimal): -11957383 or 7965513. OLE color: 7965513.

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

Color convert

RGB 73 139 121 -
CMYK 0.47 0 0.13 0.45
HSL 163.64º 0.31% 0.42% -
HSV(B) 163.64º 0.47% 0.55% -
XYZ 15.43 21.26 21.38 -
YUV 117.21 130.13 96.46 -
System Red Green Blue C M Y K H S L
Decimal 73 139 121 0.47 0 0.13 0.45 163.64 0.31 0.42
Hex 49 8B 79 2F 0 D 2D A4 1F 2A
Octal 111 213 171 57 0 15 55 244 37 52
Binary 1001001 10001011 1111001 101111 0 1101 101101 10100100 11111 101010

Color Harmonies of #498B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498B79

Black with #498B79

Text Example


Text Example

White with #498B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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