Html Css Color HEX #499C87 Lochinvar

📋 copy color: '#499C87'

red 73 ◦ green 156 ◦ blue 135

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

Shades of Lochinvar #499C87

Tints of Lochinvar #499C87

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.86%

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

R = 20.05%
G = 42.86%
B = 37.09%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#499C87 (or 0x499C87) is known color: Lochinvar. HEX triplet: 49, 9C and 87. RGB value is (73,156,135). Sum of RGB (Red+Green+Blue) = 73+156+135=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 156 - color contains mainly: green. Hex color #499C87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499C87 is #B66378. Grayscale: #808080. Windows color (decimal): -11953017 or 8887369. OLE color: 8887369.

HSL color Cylindrical-coordinate representation of color #499C87: hue angle of 164.82º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499C87 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 156 135 -
CMYK 0.53 0 0.13 0.39
HSL 164.82º 0.36% 0.45% -
HSV(B) 164.82º 0.53% 0.61% -
XYZ 19.01 26.94 27.12 -
YUV 128.79 131.5 88.21 -
System Red Green Blue C M Y K H S L
Decimal 73 156 135 0.53 0 0.13 0.39 164.82 0.36 0.45
Hex 49 9C 87 35 0 D 27 A5 24 2D
Octal 111 234 207 65 0 15 47 245 44 55
Binary 1001001 10011100 10000111 110101 0 1101 100111 10100101 100100 101101

Color Harmonies of #499C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499C87

Black with #499C87

Text Example


Text Example

White with #499C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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