Html Css Color HEX #49998A Lochinvar

📋 copy color: '#49998A'

red 73 ◦ green 153 ◦ blue 138

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

Shades of Lochinvar #49998A

Tints of Lochinvar #49998A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.03%

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

R = 20.05%
G = 42.03%
B = 37.91%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#49998A (or 0x49998A) is known color: Lochinvar. HEX triplet: 49, 99 and 8A. RGB value is (73,153,138). Sum of RGB (Red+Green+Blue) = 73+153+138=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 153 - color contains mainly: green. Hex color #49998A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49998A is #B66675. Grayscale: #7F7F7F. Windows color (decimal): -11953782 or 9083209. OLE color: 9083209.

HSL color Cylindrical-coordinate representation of color #49998A: hue angle of 168.75º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #49998A is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 73 153 138 -
CMYK 0.52 0 0.10 0.4
HSL 168.75º 0.35% 0.44% -
HSV(B) 168.75º 0.52% 0.6% -
XYZ 18.73 26.03 28.08 -
YUV 127.37 134 89.22 -
System Red Green Blue C M Y K H S L
Decimal 73 153 138 0.52 0 0.10 0.4 168.75 0.35 0.44
Hex 49 99 8A 34 0 A 28 A9 23 2C
Octal 111 231 212 64 0 12 50 251 43 54
Binary 1001001 10011001 10001010 110100 0 1010 101000 10101001 100011 101100

Color Harmonies of #49998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49998A

Black with #49998A

Text Example


Text Example

White with #49998A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49998A; }

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

 H1.HeaderClassName
 {
   color: #49998A;
 }
 .AnyTagClassName
 {
   color: #49998A;
 }
</style>

background-color css

<style>
 a { background-color: #49998A; }

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

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

border-color css

<style>
 span { border-color: #49998A; }

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

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