Html Css Color HEX #49907B Lochinvar

📋 copy color: '#49907B'

red 73 ◦ green 144 ◦ blue 123

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

Shades of Lochinvar #49907B

Tints of Lochinvar #49907B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.18%

R = 21.47%
G = 42.35%
B = 36.18%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#49907B (or 0x49907B) is known color: Lochinvar. HEX triplet: 49, 90 and 7B. RGB value is (73,144,123). Sum of RGB (Red+Green+Blue) = 73+144+123=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 144 - color contains mainly: green. Hex color #49907B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49907B is #B66F84. Grayscale: #787878. Windows color (decimal): -11956101 or 8097865. OLE color: 8097865.

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

Color convert

RGB 73 144 123 -
CMYK 0.49 0 0.15 0.44
HSL 162.25º 0.33% 0.43% -
HSV(B) 162.25º 0.49% 0.56% -
XYZ 16.3 22.79 22.28 -
YUV 120.38 129.48 94.21 -
System Red Green Blue C M Y K H S L
Decimal 73 144 123 0.49 0 0.15 0.44 162.25 0.33 0.43
Hex 49 90 7B 31 0 F 2C A2 21 2B
Octal 111 220 173 61 0 17 54 242 41 53
Binary 1001001 10010000 1111011 110001 0 1111 101100 10100010 100001 101011

Color Harmonies of #49907B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49907B

Black with #49907B

Text Example


Text Example

White with #49907B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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