Html Css Color HEX #499778 Lochinvar

📋 copy color: '#499778'

red 73 ◦ green 151 ◦ blue 120

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

Shades of Lochinvar #499778

Tints of Lochinvar #499778

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.9%

 BLUE value IS 120 (47.27% from 255) = 34.88%

R = 21.22%
G = 43.9%
B = 34.88%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#499778 (or 0x499778) is known color: Lochinvar. HEX triplet: 49, 97 and 78. RGB value is (73,151,120). Sum of RGB (Red+Green+Blue) = 73+151+120=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 151 (59.38% from 255 or 43.90% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 151 - color contains mainly: green. Hex color #499778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499778 is #B66887. Grayscale: #7C7C7C. Windows color (decimal): -11954312 or 7903049. OLE color: 7903049.

HSL color Cylindrical-coordinate representation of color #499778: hue angle of 156.15º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #499778 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 151 120 -
CMYK 0.52 0 0.21 0.41
HSL 156.15º 0.35% 0.44% -
HSV(B) 156.15º 0.52% 0.59% -
XYZ 17.2 24.91 21.67 -
YUV 124.14 125.66 91.52 -
System Red Green Blue C M Y K H S L
Decimal 73 151 120 0.52 0 0.21 0.41 156.15 0.35 0.44
Hex 49 97 78 34 0 15 29 9C 23 2C
Octal 111 227 170 64 0 25 51 234 43 54
Binary 1001001 10010111 1111000 110100 0 10101 101001 10011100 100011 101100

Color Harmonies of #499778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499778

Black with #499778

Text Example


Text Example

White with #499778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499778; }

 p { color: rgb(73,151,120); }

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

background-color css

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

 a { background-color: rgb(73,151,120); }

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

border-color css

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

 span { border-color: rgb(73,151,120); }

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