Html Css Color HEX #4E917F Lochinvar

📋 copy color: '#4E917F'

red 78 ◦ green 145 ◦ blue 127

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

Shades of Lochinvar #4E917F

Tints of Lochinvar #4E917F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.43%

 BLUE value IS 127 (50% from 255) = 36.29%

R = 22.29%
G = 41.43%
B = 36.29%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#4E917F (or 0x4E917F) is known color: Lochinvar. HEX triplet: 4E, 91 and 7F. RGB value is (78,145,127). Sum of RGB (Red+Green+Blue) = 78+145+127=350 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.29% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 145 - color contains mainly: green. Hex color #4E917F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E917F is #B16E80. Grayscale: #7A7A7A. Windows color (decimal): -11628161 or 8360270. OLE color: 8360270.

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

Color convert

RGB 78 145 127 -
CMYK 0.46 0 0.12 0.43
HSL 163.88º 0.3% 0.44% -
HSV(B) 163.88º 0.46% 0.57% -
XYZ 17.1 23.4 23.69 -
YUV 122.92 130.3 95.96 -
System Red Green Blue C M Y K H S L
Decimal 78 145 127 0.46 0 0.12 0.43 163.88 0.3 0.44
Hex 4E 91 7F 2E 0 C 2B A4 1E 2C
Octal 116 221 177 56 0 14 53 244 36 54
Binary 1001110 10010001 1111111 101110 0 1100 101011 10100100 11110 101100

Color Harmonies of #4E917F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E917F

Black with #4E917F

Text Example


Text Example

White with #4E917F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,145,127); }

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

background-color css

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

 a { background-color: rgb(78,145,127); }

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

border-color css

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

 span { border-color: rgb(78,145,127); }

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