Html Css Color HEX #499C8A Lochinvar

📋 copy color: '#499C8A'

red 73 ◦ green 156 ◦ blue 138

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

Shades of Lochinvar #499C8A

Tints of Lochinvar #499C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.6%

R = 19.89%
G = 42.51%
B = 37.6%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#499C8A (or 0x499C8A) is known color: Lochinvar. HEX triplet: 49, 9C and 8A. RGB value is (73,156,138). Sum of RGB (Red+Green+Blue) = 73+156+138=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 156 - color contains mainly: green. Hex color #499C8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499C8A is #B66375. Grayscale: #818181. Windows color (decimal): -11953014 or 9083977. OLE color: 9083977.

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

Color convert

RGB 73 156 138 -
CMYK 0.53 0 0.12 0.39
HSL 166.99º 0.36% 0.45% -
HSV(B) 166.99º 0.53% 0.61% -
XYZ 19.22 27.03 28.25 -
YUV 129.13 133 87.96 -
System Red Green Blue C M Y K H S L
Decimal 73 156 138 0.53 0 0.12 0.39 166.99 0.36 0.45
Hex 49 9C 8A 35 0 C 27 A7 24 2D
Octal 111 234 212 65 0 14 47 247 44 55
Binary 1001001 10011100 10001010 110101 0 1100 100111 10100111 100100 101101

Color Harmonies of #499C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499C8A

Black with #499C8A

Text Example


Text Example

White with #499C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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