#4E907F

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

Shades of Lochinvar #4E907F

Tints of Lochinvar #4E907F

Color information

#4E907F (or 0x4E907F) is unknown color: approx Lochinvar. HEX triplet: 4E, 90 and 7F. RGB value is (78,144,127). Sum of RGB (Red+Green+Blue) = 78+144+127=349 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.35% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 144 - color contains mainly: green. Hex color #4E907F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E907F is #B16F80. Grayscale: #7A7A7A. Windows color (decimal): -11628417 or 8360014. OLE color: 8360014.

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

Color convert

RGB78144127-
CMYK0.4600.120.44
HSL164.55º29.73%43.53%-
HSV(B)164.55º45.83%56.47%-
XYZ16.9523.123.64-
YUV122.33130.6396.38-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.35%
GREEN value IS 144 (56.64% from 255) = 41.26%
BLUE value IS 127 (50% from 255) = 36.39%
R=22.35%
G=41.26%
B=36.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal781441270.4600.120.44164.5529.7343.53
Hex4E907F2E0C2Ca51e2c
Octal11622017756014542453654
Binary1001110100100001111111101110011001011001010010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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