Html Css Color HEX #49948A Lochinvar

📋 copy color: '#49948A'

red 73 ◦ green 148 ◦ blue 138

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

Shades of Lochinvar #49948A

Tints of Lochinvar #49948A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.23%

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

R = 20.33%
G = 41.23%
B = 38.44%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#49948A (or 0x49948A) is known color: Lochinvar. HEX triplet: 49, 94 and 8A. RGB value is (73,148,138). Sum of RGB (Red+Green+Blue) = 73+148+138=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 148 (58.20% from 255 or 41.23% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 148 - color contains mainly: green. Hex color #49948A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49948A is #B66B75. Grayscale: #7C7C7C. Windows color (decimal): -11955062 or 9081929. OLE color: 9081929.

HSL color Cylindrical-coordinate representation of color #49948A: hue angle of 172º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49948A is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 148 138 -
CMYK 0.51 0 0.07 0.42
HSL 172º 0.34% 0.43% -
HSV(B) 172º 0.51% 0.58% -
XYZ 17.93 24.43 27.82 -
YUV 124.44 135.65 91.31 -
System Red Green Blue C M Y K H S L
Decimal 73 148 138 0.51 0 0.07 0.42 172 0.34 0.43
Hex 49 94 8A 33 0 7 2A AC 22 2B
Octal 111 224 212 63 0 7 52 254 42 53
Binary 1001001 10010100 10001010 110011 0 111 101010 10101100 100010 101011

Color Harmonies of #49948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49948A

Black with #49948A

Text Example


Text Example

White with #49948A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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