Html Css Color HEX #4D927A Lochinvar

📋 copy color: '#4D927A'

red 77 ◦ green 146 ◦ blue 122

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

Shades of Lochinvar #4D927A

Tints of Lochinvar #4D927A

RGB

 RED value IS 77 (30.47% from 255) = 22.32%

 GREEN value IS 146 (57.42% from 255) = 42.32%

 BLUE value IS 122 (48.05% from 255) = 35.36%

R = 22.32%
G = 42.32%
B = 35.36%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#4D927A (or 0x4D927A) is known color: Lochinvar. HEX triplet: 4D, 92 and 7A. RGB value is (77,146,122). Sum of RGB (Red+Green+Blue) = 77+146+122=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 146 - color contains mainly: green. Hex color #4D927A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D927A is #B26D85. Grayscale: #7A7A7A. Windows color (decimal): -11693446 or 8032845. OLE color: 8032845.

HSL color Cylindrical-coordinate representation of color #4D927A: hue angle of 159.13º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D927A is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB 77 146 122 -
CMYK 0.47 0 0.16 0.43
HSL 159.13º 0.31% 0.44% -
HSV(B) 159.13º 0.47% 0.57% -
XYZ 16.85 23.54 22.07 -
YUV 122.63 127.64 95.45 -
System Red Green Blue C M Y K H S L
Decimal 77 146 122 0.47 0 0.16 0.43 159.13 0.31 0.44
Hex 4D 92 7A 2F 0 10 2B 9F 1F 2C
Octal 115 222 172 57 0 20 53 237 37 54
Binary 1001101 10010010 1111010 101111 0 10000 101011 10011111 11111 101100

Color Harmonies of #4D927A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D927A

Black with #4D927A

Text Example


Text Example

White with #4D927A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D927A; }

 p { color: rgb(77,146,122); }

 H1.HeaderClassName
 {
   color: #4D927A;
 }
 .AnyTagClassName
 {
   color: #4D927A;
 }
</style>

background-color css

<style>
 a { background-color: #4D927A; }

 a { background-color: rgb(77,146,122); }

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

border-color css

<style>
 span { border-color: #4D927A; }

 span { border-color: rgb(77,146,122); }

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