Html Css Color HEX #499D87 Lochinvar

📋 copy color: '#499D87'

red 73 ◦ green 157 ◦ blue 135

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

Shades of Lochinvar #499D87

Tints of Lochinvar #499D87

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.01%

 BLUE value IS 135 (53.13% from 255) = 36.99%

R = 20%
G = 43.01%
B = 36.99%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#499D87 (or 0x499D87) is known color: Lochinvar. HEX triplet: 49, 9D and 87. RGB value is (73,157,135). Sum of RGB (Red+Green+Blue) = 73+157+135=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 157 - color contains mainly: green. Hex color #499D87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499D87 is #B66278. Grayscale: #818181. Windows color (decimal): -11952761 or 8887625. OLE color: 8887625.

HSL color Cylindrical-coordinate representation of color #499D87: hue angle of 164.29º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #499D87 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 157 135 -
CMYK 0.54 0 0.14 0.38
HSL 164.29º 0.37% 0.45% -
HSV(B) 164.29º 0.54% 0.62% -
XYZ 19.18 27.28 27.18 -
YUV 129.38 131.17 87.79 -
System Red Green Blue C M Y K H S L
Decimal 73 157 135 0.54 0 0.14 0.38 164.29 0.37 0.45
Hex 49 9D 87 36 0 E 26 A4 25 2D
Octal 111 235 207 66 0 16 46 244 45 55
Binary 1001001 10011101 10000111 110110 0 1110 100110 10100100 100101 101101

Color Harmonies of #499D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499D87

Black with #499D87

Text Example


Text Example

White with #499D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499D87; }

 p { color: rgb(73,157,135); }

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

background-color css

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

 a { background-color: rgb(73,157,135); }

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

border-color css

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

 span { border-color: rgb(73,157,135); }

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