#4c9e94

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

Shades of Lochinvar #4C9E94

Tints of Lochinvar #4C9E94

Color information

#4C9E94 (or 0x4C9E94) is unknown color: approx Lochinvar. HEX triplet: 4C, 9E and 94. RGB value is (76,158,148). Sum of RGB (Red+Green+Blue) = 76+158+148=382 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.90% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 148 (58.20% from 255 or 38.74% from 382); Max value from RGB is 158 - color contains mainly: green. Hex color #4C9E94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9E94 is #B3616B. Grayscale: #848484. Windows color (decimal): -11755884 or 9739852. OLE color: 9739852.

HSL color Cylindrical-coordinate representation of color #4C9E94: hue angle of 172.68º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C9E94 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB76158148-
CMYK0.5200.060.38
HSL172.68º35.04%45.88%-
HSV(B)172.68º51.9%61.96%-
XYZ20.5528.1332.36-
YUV132.34136.8387.81-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.90%
GREEN value IS 158 (62.11% from 255) = 41.36%
BLUE value IS 148 (58.20% from 255) = 38.74%
R=19.90%
G=41.36%
B=38.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal761581480.5200.060.38172.6835.0445.88
Hex4C9E94340626ad232e
Octal1142362246406462554356
Binary10011001001111010010100110100011010011010101101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c9e94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,158,148); }

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

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

 a { background-color: rgb(76,158,148); }

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

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

 span { border-color: rgb(76,158,148); }

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