Html Css Color HEX #4E8779 Lochinvar

📋 copy color: '#4E8779'

red 78 ◦ green 135 ◦ blue 121

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

Shades of Lochinvar #4E8779

Tints of Lochinvar #4E8779

RGB

 RED value IS 78 (30.86% from 255) = 23.35%

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

 BLUE value IS 121 (47.66% from 255) = 36.23%

R = 23.35%
G = 40.42%
B = 36.23%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#4E8779 (or 0x4E8779) is known color: Lochinvar. HEX triplet: 4E, 87 and 79. RGB value is (78,135,121). Sum of RGB (Red+Green+Blue) = 78+135+121=334 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.35% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 135 - color contains mainly: green. Hex color #4E8779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8779 is #B17886. Grayscale: #747474. Windows color (decimal): -11630727 or 7964494. OLE color: 7964494.

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

Color convert

RGB 78 135 121 -
CMYK 0.42 0 0.10 0.47
HSL 165.26º 0.27% 0.42% -
HSV(B) 165.26º 0.42% 0.53% -
XYZ 15.26 20.33 21.21 -
YUV 116.36 130.62 100.64 -
System Red Green Blue C M Y K H S L
Decimal 78 135 121 0.42 0 0.10 0.47 165.26 0.27 0.42
Hex 4E 87 79 2A 0 A 2F A5 1B 2A
Octal 116 207 171 52 0 12 57 245 33 52
Binary 1001110 10000111 1111001 101010 0 1010 101111 10100101 11011 101010

Color Harmonies of #4E8779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E8779

Black with #4E8779

Text Example


Text Example

White with #4E8779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,135,121); }

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

background-color css

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

 a { background-color: rgb(78,135,121); }

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

border-color css

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

 span { border-color: rgb(78,135,121); }

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