Html Css Color HEX #498F89 Lochinvar

📋 copy color: '#498F89'

red 73 ◦ green 143 ◦ blue 137

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

Shades of Lochinvar #498F89

Tints of Lochinvar #498F89

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.51%

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

R = 20.68%
G = 40.51%
B = 38.81%

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

#498F89 (or 0x498F89) is known color: Lochinvar. HEX triplet: 49, 8F and 89. RGB value is (73,143,137). Sum of RGB (Red+Green+Blue) = 73+143+137=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 143 - color contains mainly: green. Hex color #498F89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498F89 is #B67076. Grayscale: #797979. Windows color (decimal): -11956343 or 9015113. OLE color: 9015113.

HSL color Cylindrical-coordinate representation of color #498F89: hue angle of 174.86º 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 #498F89 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 143 137 -
CMYK 0.49 0 0.04 0.44
HSL 174.86º 0.32% 0.42% -
HSV(B) 174.86º 0.49% 0.56% -
XYZ 17.09 22.87 27.18 -
YUV 121.39 136.81 93.49 -
System Red Green Blue C M Y K H S L
Decimal 73 143 137 0.49 0 0.04 0.44 174.86 0.32 0.42
Hex 49 8F 89 31 0 4 2C AF 20 2A
Octal 111 217 211 61 0 4 54 257 40 52
Binary 1001001 10001111 10001001 110001 0 100 101100 10101111 100000 101010

Color Harmonies of #498F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498F89

Black with #498F89

Text Example


Text Example

White with #498F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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