Html Css Color HEX #499678 Lochinvar

📋 copy color: '#499678'

red 73 ◦ green 150 ◦ blue 120

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

Shades of Lochinvar #499678

Tints of Lochinvar #499678

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.73%

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

R = 21.28%
G = 43.73%
B = 34.99%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#499678 (or 0x499678) is known color: Lochinvar. HEX triplet: 49, 96 and 78. RGB value is (73,150,120). Sum of RGB (Red+Green+Blue) = 73+150+120=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 150 - color contains mainly: green. Hex color #499678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499678 is #B66987. Grayscale: #7B7B7B. Windows color (decimal): -11954568 or 7902793. OLE color: 7902793.

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

Color convert

RGB 73 150 120 -
CMYK 0.51 0 0.20 0.41
HSL 156.62º 0.35% 0.44% -
HSV(B) 156.62º 0.51% 0.59% -
XYZ 17.04 24.59 21.62 -
YUV 123.56 125.99 91.94 -
System Red Green Blue C M Y K H S L
Decimal 73 150 120 0.51 0 0.20 0.41 156.62 0.35 0.44
Hex 49 96 78 33 0 14 29 9D 23 2C
Octal 111 226 170 63 0 24 51 235 43 54
Binary 1001001 10010110 1111000 110011 0 10100 101001 10011101 100011 101100

Color Harmonies of #499678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499678

Black with #499678

Text Example


Text Example

White with #499678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499678; }

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

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

background-color css

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

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

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

border-color css

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

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

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