Html Css Color HEX #49907C Lochinvar

📋 copy color: '#49907C'

red 73 ◦ green 144 ◦ blue 124

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

Shades of Lochinvar #49907C

Tints of Lochinvar #49907C

RGB

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

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

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

R = 21.41%
G = 42.23%
B = 36.36%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#49907C (or 0x49907C) is known color: Lochinvar. HEX triplet: 49, 90 and 7C. RGB value is (73,144,124). Sum of RGB (Red+Green+Blue) = 73+144+124=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 144 - color contains mainly: green. Hex color #49907C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49907C is #B66F83. Grayscale: #787878. Windows color (decimal): -11956100 or 8163401. OLE color: 8163401.

HSL color Cylindrical-coordinate representation of color #49907C: hue angle of 163.1º 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 #49907C is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 144 124 -
CMYK 0.49 0 0.14 0.44
HSL 163.1º 0.33% 0.43% -
HSV(B) 163.1º 0.49% 0.56% -
XYZ 16.36 22.82 22.61 -
YUV 120.49 129.98 94.13 -
System Red Green Blue C M Y K H S L
Decimal 73 144 124 0.49 0 0.14 0.44 163.1 0.33 0.43
Hex 49 90 7C 31 0 E 2C A3 21 2B
Octal 111 220 174 61 0 16 54 243 41 53
Binary 1001001 10010000 1111100 110001 0 1110 101100 10100011 100001 101011

Color Harmonies of #49907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49907C

Black with #49907C

Text Example


Text Example

White with #49907C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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