#4C9E92

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

Shades of Lochinvar #4C9E92

Tints of Lochinvar #4C9E92

Color information

#4C9E92 (or 0x4C9E92) is unknown color: approx Lochinvar. HEX triplet: 4C, 9E and 92. RGB value is (76,158,146). Sum of RGB (Red+Green+Blue) = 76+158+146=380 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 158 - color contains mainly: green. Hex color #4C9E92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9E92 is #B3616D. Grayscale: #848484. Windows color (decimal): -11755886 or 9608780. OLE color: 9608780.

HSL color Cylindrical-coordinate representation of color #4C9E92: hue angle of 171.22º 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 #4C9E92 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB76158146-
CMYK0.5200.080.38
HSL171.22º35.04%45.88%-
HSV(B)171.22º51.9%61.96%-
XYZ20.428.0731.54-
YUV132.11135.8387.98-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20%
GREEN value IS 158 (62.11% from 255) = 41.58%
BLUE value IS 146 (57.42% from 255) = 38.42%
R=20%
G=41.58%
B=38.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal761581460.5200.080.38171.2235.0445.88
Hex4C9E92340826ab232e
Octal11423622264010462534356
Binary100110010011110100100101101000100010011010101011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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