Html Css Color HEX #499C85 Lochinvar

📋 copy color: '#499C85'

red 73 ◦ green 156 ◦ blue 133

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

Shades of Lochinvar #499C85

Tints of Lochinvar #499C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.74%

R = 20.17%
G = 43.09%
B = 36.74%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#499C85 (or 0x499C85) is known color: Lochinvar. HEX triplet: 49, 9C and 85. RGB value is (73,156,133). Sum of RGB (Red+Green+Blue) = 73+156+133=362 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.17% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 156 - color contains mainly: green. Hex color #499C85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499C85 is #B6637A. Grayscale: #808080. Windows color (decimal): -11953019 or 8756297. OLE color: 8756297.

HSL color Cylindrical-coordinate representation of color #499C85: hue angle of 163.37º 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 #499C85 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 156 133 -
CMYK 0.53 0 0.15 0.39
HSL 163.37º 0.36% 0.45% -
HSV(B) 163.37º 0.53% 0.61% -
XYZ 18.87 26.89 26.39 -
YUV 128.56 130.5 88.37 -
System Red Green Blue C M Y K H S L
Decimal 73 156 133 0.53 0 0.15 0.39 163.37 0.36 0.45
Hex 49 9C 85 35 0 F 27 A3 24 2D
Octal 111 234 205 65 0 17 47 243 44 55
Binary 1001001 10011100 10000101 110101 0 1111 100111 10100011 100100 101101

Color Harmonies of #499C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499C85

Black with #499C85

Text Example


Text Example

White with #499C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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