Html Css Color HEX #4E887A Lochinvar

📋 copy color: '#4E887A'

red 78 ◦ green 136 ◦ blue 122

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

Shades of Lochinvar #4E887A

Tints of Lochinvar #4E887A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.48%

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

R = 23.21%
G = 40.48%
B = 36.31%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#4E887A (or 0x4E887A) is known color: Lochinvar. HEX triplet: 4E, 88 and 7A. RGB value is (78,136,122). Sum of RGB (Red+Green+Blue) = 78+136+122=336 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.21% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 136 - color contains mainly: green. Hex color #4E887A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E887A is #B17785. Grayscale: #757575. Windows color (decimal): -11630470 or 8030286. OLE color: 8030286.

HSL color Cylindrical-coordinate representation of color #4E887A: hue angle of 165.52º 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 #4E887A is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 78 136 122 -
CMYK 0.43 0 0.10 0.47
HSL 165.52º 0.27% 0.42% -
HSV(B) 165.52º 0.43% 0.53% -
XYZ 15.46 20.63 21.58 -
YUV 117.06 130.78 100.14 -
System Red Green Blue C M Y K H S L
Decimal 78 136 122 0.43 0 0.10 0.47 165.52 0.27 0.42
Hex 4E 88 7A 2B 0 A 2F A6 1B 2A
Octal 116 210 172 53 0 12 57 246 33 52
Binary 1001110 10001000 1111010 101011 0 1010 101111 10100110 11011 101010

Color Harmonies of #4E887A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E887A

Black with #4E887A

Text Example


Text Example

White with #4E887A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,136,122); }

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

background-color css

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

 a { background-color: rgb(78,136,122); }

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

border-color css

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

 span { border-color: rgb(78,136,122); }

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