Html Css Color HEX #4D8780 Lochinvar

📋 copy color: '#4D8780'

red 77 ◦ green 135 ◦ blue 128

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

Shades of Lochinvar #4D8780

Tints of Lochinvar #4D8780

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.71%

 BLUE value IS 128 (50.39% from 255) = 37.65%

R = 22.65%
G = 39.71%
B = 37.65%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#4D8780 (or 0x4D8780) is known color: Lochinvar. HEX triplet: 4D, 87 and 80. RGB value is (77,135,128). Sum of RGB (Red+Green+Blue) = 77+135+128=340 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.65% from 340); Green value is 135 (53.12% from 255 or 39.71% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 135 - color contains mainly: green. Hex color #4D8780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8780 is #B2787F. Grayscale: #747474. Windows color (decimal): -11696256 or 8423245. OLE color: 8423245.

HSL color Cylindrical-coordinate representation of color #4D8780: hue angle of 172.76º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D8780 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 77 135 128 -
CMYK 0.43 0 0.05 0.47
HSL 172.76º 0.27% 0.42% -
HSV(B) 172.76º 0.43% 0.53% -
XYZ 15.62 20.46 23.55 -
YUV 116.86 134.28 99.57 -
System Red Green Blue C M Y K H S L
Decimal 77 135 128 0.43 0 0.05 0.47 172.76 0.27 0.42
Hex 4D 87 80 2B 0 5 2F AD 1B 2A
Octal 115 207 200 53 0 5 57 255 33 52
Binary 1001101 10000111 10000000 101011 0 101 101111 10101101 11011 101010

Color Harmonies of #4D8780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8780

Black with #4D8780

Text Example


Text Example

White with #4D8780

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,135,128); }

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

background-color css

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

 a { background-color: rgb(77,135,128); }

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

border-color css

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

 span { border-color: rgb(77,135,128); }

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