Html Css Color HEX #499478 Lochinvar

📋 copy color: '#499478'

red 73 ◦ green 148 ◦ blue 120

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

Shades of Lochinvar #499478

Tints of Lochinvar #499478

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.4%

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

R = 21.41%
G = 43.4%
B = 35.19%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#499478 (or 0x499478) is known color: Lochinvar. HEX triplet: 49, 94 and 78. RGB value is (73,148,120). Sum of RGB (Red+Green+Blue) = 73+148+120=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 148 - color contains mainly: green. Hex color #499478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499478 is #B66B87. Grayscale: #7A7A7A. Windows color (decimal): -11955080 or 7902281. OLE color: 7902281.

HSL color Cylindrical-coordinate representation of color #499478: hue angle of 157.6º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499478 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 148 120 -
CMYK 0.51 0 0.19 0.42
HSL 157.6º 0.34% 0.43% -
HSV(B) 157.6º 0.51% 0.58% -
XYZ 16.73 23.95 21.51 -
YUV 122.38 126.65 92.78 -
System Red Green Blue C M Y K H S L
Decimal 73 148 120 0.51 0 0.19 0.42 157.6 0.34 0.43
Hex 49 94 78 33 0 13 2A 9E 22 2B
Octal 111 224 170 63 0 23 52 236 42 53
Binary 1001001 10010100 1111000 110011 0 10011 101010 10011110 100010 101011

Color Harmonies of #499478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499478

Black with #499478

Text Example


Text Example

White with #499478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499478; }

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

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

background-color css

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

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

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

border-color css

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

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

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