Html Css Color HEX #498E89 Lochinvar

📋 copy color: '#498E89'

red 73 ◦ green 142 ◦ blue 137

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

Shades of Lochinvar #498E89

Tints of Lochinvar #498E89

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.34%

 BLUE value IS 137 (53.91% from 255) = 38.92%

R = 20.74%
G = 40.34%
B = 38.92%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#498E89 (or 0x498E89) is known color: Lochinvar. HEX triplet: 49, 8E and 89. RGB value is (73,142,137). Sum of RGB (Red+Green+Blue) = 73+142+137=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 142 (55.86% from 255 or 40.34% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 142 - color contains mainly: green. Hex color #498E89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498E89 is #B67176. Grayscale: #787878. Windows color (decimal): -11956599 or 9014857. OLE color: 9014857.

HSL color Cylindrical-coordinate representation of color #498E89: hue angle of 175.65º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #498E89 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 142 137 -
CMYK 0.49 0 0.04 0.44
HSL 175.65º 0.32% 0.42% -
HSV(B) 175.65º 0.49% 0.56% -
XYZ 16.94 22.57 27.13 -
YUV 120.8 137.14 93.91 -
System Red Green Blue C M Y K H S L
Decimal 73 142 137 0.49 0 0.04 0.44 175.65 0.32 0.42
Hex 49 8E 89 31 0 4 2C B0 20 2A
Octal 111 216 211 61 0 4 54 260 40 52
Binary 1001001 10001110 10001001 110001 0 100 101100 10110000 100000 101010

Color Harmonies of #498E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498E89

Black with #498E89

Text Example


Text Example

White with #498E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,142,137); }

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

background-color css

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

 a { background-color: rgb(73,142,137); }

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

border-color css

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

 span { border-color: rgb(73,142,137); }

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