Html Css Color HEX #49907F Lochinvar

📋 copy color: '#49907F'

red 73 ◦ green 144 ◦ blue 127

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

Shades of Lochinvar #49907F

Tints of Lochinvar #49907F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.86%

 BLUE value IS 127 (50% from 255) = 36.92%

R = 21.22%
G = 41.86%
B = 36.92%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#49907F (or 0x49907F) is known color: Lochinvar. HEX triplet: 49, 90 and 7F. RGB value is (73,144,127). Sum of RGB (Red+Green+Blue) = 73+144+127=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 144 - color contains mainly: green. Hex color #49907F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49907F is #B66F80. Grayscale: #787878. Windows color (decimal): -11956097 or 8360009. OLE color: 8360009.

HSL color Cylindrical-coordinate representation of color #49907F: hue angle of 165.63º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49907F is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 144 127 -
CMYK 0.49 0 0.12 0.44
HSL 165.63º 0.33% 0.43% -
HSV(B) 165.63º 0.49% 0.56% -
XYZ 16.55 22.9 23.63 -
YUV 120.83 131.48 93.88 -
System Red Green Blue C M Y K H S L
Decimal 73 144 127 0.49 0 0.12 0.44 165.63 0.33 0.43
Hex 49 90 7F 31 0 C 2C A6 21 2B
Octal 111 220 177 61 0 14 54 246 41 53
Binary 1001001 10010000 1111111 110001 0 1100 101100 10100110 100001 101011

Color Harmonies of #49907F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49907F

Black with #49907F

Text Example


Text Example

White with #49907F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,144,127); }

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

background-color css

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

 a { background-color: rgb(73,144,127); }

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

border-color css

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

 span { border-color: rgb(73,144,127); }

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