Html Css Color HEX #499D8F Lochinvar

📋 copy color: '#499D8F'

red 73 ◦ green 157 ◦ blue 143

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

Shades of Lochinvar #499D8F

Tints of Lochinvar #499D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.34%

R = 19.57%
G = 42.09%
B = 38.34%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#499D8F (or 0x499D8F) is known color: Lochinvar. HEX triplet: 49, 9D and 8F. RGB value is (73,157,143). Sum of RGB (Red+Green+Blue) = 73+157+143=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 157 - color contains mainly: green. Hex color #499D8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499D8F is #B66270. Grayscale: #828282. Windows color (decimal): -11952753 or 9411913. OLE color: 9411913.

HSL color Cylindrical-coordinate representation of color #499D8F: hue angle of 170º 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 #499D8F is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 157 143 -
CMYK 0.54 0 0.09 0.38
HSL 170º 0.37% 0.45% -
HSV(B) 170º 0.54% 0.62% -
XYZ 19.76 27.51 30.26 -
YUV 130.29 135.17 87.14 -
System Red Green Blue C M Y K H S L
Decimal 73 157 143 0.54 0 0.09 0.38 170 0.37 0.45
Hex 49 9D 8F 36 0 9 26 AA 25 2D
Octal 111 235 217 66 0 11 46 252 45 55
Binary 1001001 10011101 10001111 110110 0 1001 100110 10101010 100101 101101

Color Harmonies of #499D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499D8F

Black with #499D8F

Text Example


Text Example

White with #499D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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