Html Css Color HEX #498D86 Lochinvar

📋 copy color: '#498D86'

red 73 ◦ green 141 ◦ blue 134

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

Shades of Lochinvar #498D86

Tints of Lochinvar #498D86

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.52%

 BLUE value IS 134 (52.73% from 255) = 38.51%

R = 20.98%
G = 40.52%
B = 38.51%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.45

RGB Variations

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

Color information

#498D86 (or 0x498D86) is known color: Lochinvar. HEX triplet: 49, 8D and 86. RGB value is (73,141,134). Sum of RGB (Red+Green+Blue) = 73+141+134=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 134 (52.73% from 255 or 38.51% from 348); Max value from RGB is 141 - color contains mainly: green. Hex color #498D86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498D86 is #B67279. Grayscale: #777777. Windows color (decimal): -11956858 or 8817993. OLE color: 8817993.

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

Color convert

RGB 73 141 134 -
CMYK 0.48 0 0.05 0.45
HSL 173.82º 0.32% 0.42% -
HSV(B) 173.82º 0.48% 0.55% -
XYZ 16.58 22.19 25.96 -
YUV 119.87 135.97 94.57 -
System Red Green Blue C M Y K H S L
Decimal 73 141 134 0.48 0 0.05 0.45 173.82 0.32 0.42
Hex 49 8D 86 30 0 5 2D AE 20 2A
Octal 111 215 206 60 0 5 55 256 40 52
Binary 1001001 10001101 10000110 110000 0 101 101101 10101110 100000 101010

Color Harmonies of #498D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498D86

Black with #498D86

Text Example


Text Example

White with #498D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,141,134); }

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

background-color css

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

 a { background-color: rgb(73,141,134); }

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

border-color css

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

 span { border-color: rgb(73,141,134); }

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