Html Css Color HEX #499986 Lochinvar

📋 copy color: '#499986'

red 73 ◦ green 153 ◦ blue 134

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

Shades of Lochinvar #499986

Tints of Lochinvar #499986

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.5%

 BLUE value IS 134 (52.73% from 255) = 37.22%

R = 20.28%
G = 42.5%
B = 37.22%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#499986 (or 0x499986) is known color: Lochinvar. HEX triplet: 49, 99 and 86. RGB value is (73,153,134). Sum of RGB (Red+Green+Blue) = 73+153+134=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 153 - color contains mainly: green. Hex color #499986 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499986 is #B66679. Grayscale: #7E7E7E. Windows color (decimal): -11953786 or 8821065. OLE color: 8821065.

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

Color convert

RGB 73 153 134 -
CMYK 0.52 0 0.12 0.4
HSL 165.75º 0.35% 0.44% -
HSV(B) 165.75º 0.52% 0.6% -
XYZ 18.44 25.92 26.59 -
YUV 126.91 132 89.54 -
System Red Green Blue C M Y K H S L
Decimal 73 153 134 0.52 0 0.12 0.4 165.75 0.35 0.44
Hex 49 99 86 34 0 C 28 A6 23 2C
Octal 111 231 206 64 0 14 50 246 43 54
Binary 1001001 10011001 10000110 110100 0 1100 101000 10100110 100011 101100

Color Harmonies of #499986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499986

Black with #499986

Text Example


Text Example

White with #499986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499986; }

 p { color: rgb(73,153,134); }

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

background-color css

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

 a { background-color: rgb(73,153,134); }

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

border-color css

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

 span { border-color: rgb(73,153,134); }

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