Html Css Color HEX #49988F Lochinvar

📋 copy color: '#49988F'

red 73 ◦ green 152 ◦ blue 143

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

Shades of Lochinvar #49988F

Tints of Lochinvar #49988F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.3%

 BLUE value IS 143 (56.25% from 255) = 38.86%

R = 19.84%
G = 41.3%
B = 38.86%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#49988F (or 0x49988F) is known color: Lochinvar. HEX triplet: 49, 98 and 8F. RGB value is (73,152,143). Sum of RGB (Red+Green+Blue) = 73+152+143=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 152 - color contains mainly: green. Hex color #49988F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49988F is #B66770. Grayscale: #7F7F7F. Windows color (decimal): -11954033 or 9410633. OLE color: 9410633.

HSL color Cylindrical-coordinate representation of color #49988F: hue angle of 173.16º 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 #49988F is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 152 143 -
CMYK 0.52 0 0.06 0.40
HSL 173.16º 0.35% 0.44% -
HSV(B) 173.16º 0.52% 0.6% -
XYZ 18.93 25.86 29.98 -
YUV 127.35 136.83 89.23 -
System Red Green Blue C M Y K H S L
Decimal 73 152 143 0.52 0 0.06 0.40 173.16 0.35 0.44
Hex 49 98 8F 34 0 6 28 AD 23 2C
Octal 111 230 217 64 0 6 50 255 43 54
Binary 1001001 10011000 10001111 110100 0 110 101000 10101101 100011 101100

Color Harmonies of #49988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49988F

Black with #49988F

Text Example


Text Example

White with #49988F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49988F; }

 p { color: rgb(73,152,143); }

 H1.HeaderClassName
 {
   color: #49988F;
 }
 .AnyTagClassName
 {
   color: #49988F;
 }
</style>

background-color css

<style>
 a { background-color: #49988F; }

 a { background-color: rgb(73,152,143); }

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

border-color css

<style>
 span { border-color: #49988F; }

 span { border-color: rgb(73,152,143); }

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