#4E938D

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

Shades of Lochinvar #4E938D

Tints of Lochinvar #4E938D

Color information

#4E938D (or 0x4E938D) is unknown color: approx Lochinvar. HEX triplet: 4E, 93 and 8D. RGB value is (78,147,141). Sum of RGB (Red+Green+Blue) = 78+147+141=366 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.31% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 147 - color contains mainly: green. Hex color #4E938D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E938D is #B16C72. Grayscale: #7D7D7D. Windows color (decimal): -11627635 or 9278286. OLE color: 9278286.

HSL color Cylindrical-coordinate representation of color #4E938D: hue angle of 174.78º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E938D is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB78147141-
CMYK0.4700.040.42
HSL174.78º30.67%44.12%-
HSV(B)174.78º46.94%57.65%-
XYZ18.3824.4128.94-
YUV125.68136.6493.99-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.31%
GREEN value IS 147 (57.81% from 255) = 40.16%
BLUE value IS 141 (55.47% from 255) = 38.52%
R=21.31%
G=40.16%
B=38.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal781471410.4700.040.42174.7830.6744.12
Hex4E938D2F042Aaf1f2c
Octal1162232155704522573754
Binary1001110100100111000110110111101001010101010111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,147,141); }

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

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

 a { background-color: rgb(78,147,141); }

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

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

 span { border-color: rgb(78,147,141); }

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