Html Css Color HEX #49867C Lochinvar

📋 copy color: '#49867C'

red 73 ◦ green 134 ◦ blue 124

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

Shades of Lochinvar #49867C

Tints of Lochinvar #49867C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.48%

 BLUE value IS 124 (48.83% from 255) = 37.46%

R = 22.05%
G = 40.48%
B = 37.46%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#49867C (or 0x49867C) is known color: Lochinvar. HEX triplet: 49, 86 and 7C. RGB value is (73,134,124). Sum of RGB (Red+Green+Blue) = 73+134+124=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 134 - color contains mainly: green. Hex color #49867C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49867C is #B67983. Grayscale: #727272. Windows color (decimal): -11958660 or 8160841. OLE color: 8160841.

HSL color Cylindrical-coordinate representation of color #49867C: hue angle of 170.16º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #49867C is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 134 124 -
CMYK 0.46 0 0.07 0.47
HSL 170.16º 0.29% 0.41% -
HSV(B) 170.16º 0.46% 0.53% -
XYZ 14.91 19.92 22.13 -
YUV 114.62 133.29 98.31 -
System Red Green Blue C M Y K H S L
Decimal 73 134 124 0.46 0 0.07 0.47 170.16 0.29 0.41
Hex 49 86 7C 2E 0 7 2F AA 1D 29
Octal 111 206 174 56 0 7 57 252 35 51
Binary 1001001 10000110 1111100 101110 0 111 101111 10101010 11101 101001

Color Harmonies of #49867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49867C

Black with #49867C

Text Example


Text Example

White with #49867C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49867C; }

 p { color: rgb(73,134,124); }

 H1.HeaderClassName
 {
   color: #49867C;
 }
 .AnyTagClassName
 {
   color: #49867C;
 }
</style>

background-color css

<style>
 a { background-color: #49867C; }

 a { background-color: rgb(73,134,124); }

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

border-color css

<style>
 span { border-color: #49867C; }

 span { border-color: rgb(73,134,124); }

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