#4E8678

Color #4E8678 Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #4E8678

Tints of Lochinvar #4E8678

Color information

#4E8678 (or 0x4E8678) is unknown color: approx Lochinvar. HEX triplet: 4E, 86 and 78. RGB value is (78,134,120). Sum of RGB (Red+Green+Blue) = 78+134+120=332 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.49% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 134 - color contains mainly: green. Hex color #4E8678 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8678 is #B17987. Grayscale: #737373. Windows color (decimal): -11630984 or 7898702. OLE color: 7898702.

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

Color convert

RGB78134120-
CMYK0.4200.100.47
HSL165º26.42%41.57%-
HSV(B)165º41.79%52.55%-
XYZ15.0620.0320.84-
YUV115.66130.45101.14-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.49%
GREEN value IS 134 (52.73% from 255) = 40.36%
BLUE value IS 120 (47.27% from 255) = 36.14%
R=23.49%
G=40.36%
B=36.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal781341200.4200.100.4716526.4241.57
Hex4E86782A0A2Fa51a2a
Octal11620617052012572453252
Binary1001110100001101111000101010010101011111010010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E8678;
 }
 .AnyTagClassName
 {
   color: #4E8678;
 }
</style>
background-color css

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

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

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

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

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

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