Html Css Color HEX #4E887D Lochinvar

📋 copy color: '#4E887D'

red 78 ◦ green 136 ◦ blue 125

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

Shades of Lochinvar #4E887D

Tints of Lochinvar #4E887D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.87%

R = 23.01%
G = 40.12%
B = 36.87%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#4E887D (or 0x4E887D) is known color: Lochinvar. HEX triplet: 4E, 88 and 7D. RGB value is (78,136,125). Sum of RGB (Red+Green+Blue) = 78+136+125=339 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.01% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 136 - color contains mainly: green. Hex color #4E887D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E887D is #B17782. Grayscale: #757575. Windows color (decimal): -11630467 or 8226894. OLE color: 8226894.

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

Color convert

RGB 78 136 125 -
CMYK 0.43 0 0.08 0.47
HSL 168.62º 0.27% 0.42% -
HSV(B) 168.62º 0.43% 0.53% -
XYZ 15.65 20.71 22.57 -
YUV 117.4 132.28 99.89 -
System Red Green Blue C M Y K H S L
Decimal 78 136 125 0.43 0 0.08 0.47 168.62 0.27 0.42
Hex 4E 88 7D 2B 0 8 2F A9 1B 2A
Octal 116 210 175 53 0 10 57 251 33 52
Binary 1001110 10001000 1111101 101011 0 1000 101111 10101001 11011 101010

Color Harmonies of #4E887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E887D

Black with #4E887D

Text Example


Text Example

White with #4E887D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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