Html Css Color HEX #49867B Lochinvar

📋 copy color: '#49867B'

red 73 ◦ green 134 ◦ blue 123

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

Shades of Lochinvar #49867B

Tints of Lochinvar #49867B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.61%

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

R = 22.12%
G = 40.61%
B = 37.27%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#49867B (or 0x49867B) is known color: Lochinvar. HEX triplet: 49, 86 and 7B. RGB value is (73,134,123). Sum of RGB (Red+Green+Blue) = 73+134+123=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 134 - color contains mainly: green. Hex color #49867B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49867B is #B67984. Grayscale: #727272. Windows color (decimal): -11958661 or 8095305. OLE color: 8095305.

HSL color Cylindrical-coordinate representation of color #49867B: hue angle of 169.18º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #49867B is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 134 123 -
CMYK 0.46 0 0.08 0.47
HSL 169.18º 0.29% 0.41% -
HSV(B) 169.18º 0.46% 0.53% -
XYZ 14.85 19.9 21.8 -
YUV 114.51 132.79 98.39 -
System Red Green Blue C M Y K H S L
Decimal 73 134 123 0.46 0 0.08 0.47 169.18 0.29 0.41
Hex 49 86 7B 2E 0 8 2F A9 1D 29
Octal 111 206 173 56 0 10 57 251 35 51
Binary 1001001 10000110 1111011 101110 0 1000 101111 10101001 11101 101001

Color Harmonies of #49867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49867B

Black with #49867B

Text Example


Text Example

White with #49867B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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