#4E928C

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

Shades of Lochinvar #4E928C

Tints of Lochinvar #4E928C

Color information

#4E928C (or 0x4E928C) is unknown color: approx Lochinvar. HEX triplet: 4E, 92 and 8C. RGB value is (78,146,140). Sum of RGB (Red+Green+Blue) = 78+146+140=364 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.43% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 146 - color contains mainly: green. Hex color #4E928C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E928C is #B16D73. Grayscale: #7C7C7C. Windows color (decimal): -11627892 or 9212494. OLE color: 9212494.

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

Color convert

RGB78146140-
CMYK0.4700.040.43
HSL174.71º30.36%43.92%-
HSV(B)174.71º46.58%57.25%-
XYZ18.1524.0728.5-
YUV124.98136.4794.49-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.43%
GREEN value IS 146 (57.42% from 255) = 40.11%
BLUE value IS 140 (55.08% from 255) = 38.46%
R=21.43%
G=40.11%
B=38.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal781461400.4700.040.43174.7130.3643.92
Hex4E928C2F042Baf1e2c
Octal1162222145704532573654
Binary1001110100100101000110010111101001010111010111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E928C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,146,140); }

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

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

 a { background-color: rgb(78,146,140); }

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

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

 span { border-color: rgb(78,146,140); }

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