Html Css Color HEX #4E867C Lochinvar

📋 copy color: '#4E867C'

red 78 ◦ green 134 ◦ blue 124

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

Shades of Lochinvar #4E867C

Tints of Lochinvar #4E867C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.88%

 BLUE value IS 124 (48.83% from 255) = 36.9%

R = 23.21%
G = 39.88%
B = 36.9%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#4E867C (or 0x4E867C) is known color: Lochinvar. HEX triplet: 4E, 86 and 7C. RGB value is (78,134,124). Sum of RGB (Red+Green+Blue) = 78+134+124=336 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.21% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 134 - color contains mainly: green. Hex color #4E867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E867C is #B17983. Grayscale: #747474. Windows color (decimal): -11630980 or 8160846. OLE color: 8160846.

HSL color Cylindrical-coordinate representation of color #4E867C: hue angle of 169.29º degrees, saturation: 0.26, 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 #4E867C is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 78 134 124 -
CMYK 0.42 0 0.07 0.47
HSL 169.29º 0.26% 0.42% -
HSV(B) 169.29º 0.42% 0.53% -
XYZ 15.31 20.13 22.15 -
YUV 116.12 132.45 100.81 -
System Red Green Blue C M Y K H S L
Decimal 78 134 124 0.42 0 0.07 0.47 169.29 0.26 0.42
Hex 4E 86 7C 2A 0 7 2F A9 1A 2A
Octal 116 206 174 52 0 7 57 251 32 52
Binary 1001110 10000110 1111100 101010 0 111 101111 10101001 11010 101010

Color Harmonies of #4E867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E867C

Black with #4E867C

Text Example


Text Example

White with #4E867C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,134,124); }

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

background-color css

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

 a { background-color: rgb(78,134,124); }

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

border-color css

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

 span { border-color: rgb(78,134,124); }

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