Html Css Color HEX #498779 Lochinvar

📋 copy color: '#498779'

red 73 ◦ green 135 ◦ blue 121

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

Shades of Lochinvar #498779

Tints of Lochinvar #498779

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.03%

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

R = 22.19%
G = 41.03%
B = 36.78%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#498779 (or 0x498779) is known color: Lochinvar. HEX triplet: 49, 87 and 79. RGB value is (73,135,121). Sum of RGB (Red+Green+Blue) = 73+135+121=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 135 - color contains mainly: green. Hex color #498779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498779 is #B67886. Grayscale: #727272. Windows color (decimal): -11958407 or 7964489. OLE color: 7964489.

HSL color Cylindrical-coordinate representation of color #498779: hue angle of 166.45º 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 #498779 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 135 121 -
CMYK 0.46 0 0.10 0.47
HSL 166.45º 0.3% 0.41% -
HSV(B) 166.45º 0.46% 0.53% -
XYZ 14.86 20.12 21.19 -
YUV 114.87 131.46 98.14 -
System Red Green Blue C M Y K H S L
Decimal 73 135 121 0.46 0 0.10 0.47 166.45 0.3 0.41
Hex 49 87 79 2E 0 A 2F A6 1E 29
Octal 111 207 171 56 0 12 57 246 36 51
Binary 1001001 10000111 1111001 101110 0 1010 101111 10100110 11110 101001

Color Harmonies of #498779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498779

Black with #498779

Text Example


Text Example

White with #498779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498779; }

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

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

background-color css

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

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

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

border-color css

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

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

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