Html Css Color HEX #499278 Lochinvar

📋 copy color: '#499278'

red 73 ◦ green 146 ◦ blue 120

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

Shades of Lochinvar #499278

Tints of Lochinvar #499278

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.07%

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

R = 21.53%
G = 43.07%
B = 35.4%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#499278 (or 0x499278) is known color: Lochinvar. HEX triplet: 49, 92 and 78. RGB value is (73,146,120). Sum of RGB (Red+Green+Blue) = 73+146+120=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 146 - color contains mainly: green. Hex color #499278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499278 is #B66D87. Grayscale: #797979. Windows color (decimal): -11955592 or 7901769. OLE color: 7901769.

HSL color Cylindrical-coordinate representation of color #499278: hue angle of 158.63º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499278 is Cyan = 0.5, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 146 120 -
CMYK 0.5 0 0.18 0.43
HSL 158.63º 0.33% 0.43% -
HSV(B) 158.63º 0.5% 0.57% -
XYZ 16.42 23.33 21.41 -
YUV 121.21 127.32 93.61 -
System Red Green Blue C M Y K H S L
Decimal 73 146 120 0.5 0 0.18 0.43 158.63 0.33 0.43
Hex 49 92 78 32 0 12 2B 9F 21 2B
Octal 111 222 170 62 0 22 53 237 41 53
Binary 1001001 10010010 1111000 110010 0 10010 101011 10011111 100001 101011

Color Harmonies of #499278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499278

Black with #499278

Text Example


Text Example

White with #499278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499278; }

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

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

background-color css

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

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

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

border-color css

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

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

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